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

/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c2352 static uu_list_pool_t *timeout_pool; variable
2414 timeout_pool = startd_list_pool_create("timeouts",
2417 assert(timeout_pool != NULL);
2419 timeouts->tq_list = startd_list_create(timeout_pool,
2461 uu_list_node_init(entry, &entry->te_link, timeout_pool);

Completed in 62 milliseconds