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

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c40 delete_pool(tpool_t *tpool) argument
44 ASSERT(tpool->tp_current == 0 && tpool->tp_active == NULL);
50 if (thread_pools == tpool)
51 thread_pools = tpool->tp_forw;
52 if (thread_pools == tpool)
55 tpool->tp_back->tp_forw = tpool->tp_forw;
56 tpool->tp_forw->tp_back = tpool
75 worker_cleanup(tpool_t *tpool) argument
93 notify_waiters(tpool_t *tpool) argument
105 job_cleanup(tpool_t *tpool) argument
127 tpool_t *tpool = (tpool_t *)arg; local
224 create_worker(tpool_t *tpool) argument
239 tpool_t *tpool; local
328 tpool_dispatch(tpool_t *tpool, void (*func)(void *), void *arg) argument
367 tpool_destroy(tpool_t *tpool) argument
405 tpool_abandon(tpool_t *tpool) argument
428 tpool_wait(tpool_t *tpool) argument
444 tpool_suspend(tpool_t *tpool) argument
454 tpool_suspended(tpool_t *tpool) argument
468 tpool_resume(tpool_t *tpool) argument
491 tpool_member(tpool_t *tpool) argument
513 tpool_t *tpool; local
[all...]
H A Dthread_pool_impl.h65 struct tpool { struct
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c128 tpool_t *tpool = tcdp->tcd_poolp; local
131 if (tpool == NULL)
137 if (tpool_dispatch(tpool, notifier, stdp) != 0) {

Completed in 30 milliseconds