Searched defs:method_pool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c64 static uu_list_pool_t *method_pool = NULL; variable
95 if ((method_pool = uu_list_pool_create("method_pool",
103 if ((method_list = uu_list_create(method_pool, NULL, 0)) == NULL) {
129 if (method_pool != NULL) {
130 (void) uu_list_pool_destroy(method_pool);
131 method_pool = NULL;
263 uu_list_node_init(me, &me->link, method_pool);

Completed in 58 milliseconds