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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c92 static uu_list_pool_t *thread_pool; variable
169 uu_list_node_fini(ti, &ti->ti_node, thread_pool);
308 uu_list_node_init(ti, &ti->ti_node, thread_pool);
739 if ((thread_pool = uu_list_pool_create("thread_pool",
747 if ((thread_list = uu_list_create(thread_pool, NULL, 0)) == NULL) {
754 uu_list_node_init(ti, &ti->ti_node, thread_pool);

Completed in 60 milliseconds