Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h65 struct tpool { struct
66 tp_forwtpool global() argument
67 tp_backtpool global() argument
69 tp_busycvtpool global() argument
71 tp_waitcvtpool global() argument
72 tp_activetpool global() argument
73 tp_headtpool global() argument
74 tp_tailtpool global() argument
86 tp_idletpool global() argument
H A Dthread_pool.c40 delete_pool(tpool_t *tpool) in delete_pool() argument
75 worker_cleanup(tpool_t * tpool) worker_cleanup() argument
93 notify_waiters(tpool_t * tpool) notify_waiters() argument
105 job_cleanup(tpool_t * tpool) job_cleanup() argument
127 tpool_t *tpool = (tpool_t *)arg; tpool_worker() local
224 create_worker(tpool_t * tpool) create_worker() argument
239 tpool_t *tpool; tpool_create() local
328 tpool_dispatch(tpool_t * tpool,void (* func)(void *),void * arg) tpool_dispatch() argument
367 tpool_destroy(tpool_t * tpool) tpool_destroy() argument
405 tpool_abandon(tpool_t * tpool) tpool_abandon() argument
428 tpool_wait(tpool_t * tpool) tpool_wait() argument
444 tpool_suspend(tpool_t * tpool) tpool_suspend() argument
454 tpool_suspended(tpool_t * tpool) tpool_suspended() argument
468 tpool_resume(tpool_t * tpool) tpool_resume() argument
491 tpool_member(tpool_t * tpool) tpool_member() argument
513 tpool_t *tpool; postfork1_child_tpool() local
[all...]
/titanic_51/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c128 tpool_t *tpool = tcdp->tcd_poolp; in sigev_add_work() local