Home
last modified time | relevance | path

Searched refs:tcd_poolp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c126 tpool_t *tpool = tcdp->tcd_poolp; in sigev_add_work()
145 if (tcdp->tcd_poolp != NULL) in sigev_destroy_pool()
146 tpool_abandon(tcdp->tcd_poolp); in sigev_destroy_pool()
147 tcdp->tcd_poolp = NULL; in sigev_destroy_pool()
220 tpool_wait(tcdp->tcd_poolp); in timer_spawner()
526 if (tcdp->tcd_poolp == NULL) in launch_spawner()
535 tpool_destroy(tcdp->tcd_poolp); in launch_spawner()
536 tcdp->tcd_poolp = NULL; in launch_spawner()
712 if (tcdp->tcd_poolp != NULL) in tcd_teardown()
713 tpool_abandon(tcdp->tcd_poolp); in tcd_teardown()
[all …]
H A Dsigev_thread.h59 tpool_t *tcd_poolp; /* worker thread pool */ member