Searched refs:tcd_poolp (Results 1 – 2 of 2) sorted by relevance
128 tpool_t *tpool = tcdp->tcd_poolp; in sigev_add_work()147 if (tcdp->tcd_poolp != NULL) in sigev_destroy_pool()148 tpool_abandon(tcdp->tcd_poolp); in sigev_destroy_pool()149 tcdp->tcd_poolp = NULL; in sigev_destroy_pool()222 tpool_wait(tcdp->tcd_poolp); in timer_spawner()526 tcdp->tcd_poolp = tpool_create(1, maxworkers, 20, in launch_spawner()528 if (tcdp->tcd_poolp == NULL) in launch_spawner()537 tpool_destroy(tcdp->tcd_poolp); in launch_spawner()538 tcdp->tcd_poolp = NULL; in launch_spawner()714 if (tcdp->tcd_poolp != NULL) in tcd_teardown()[all …]
61 tpool_t *tcd_poolp; /* worker thread pool */ member