Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h65 struct tpool { struct
66 tpool_t *tp_forw; /* circular list of all thread pools */ argument
67 tpool_t *tp_back; argument
69 cond_t tp_busycv; /* synchronization in tpool_dispatch */ argument
71 cond_t tp_waitcv; /* synchronization in tpool_wait() */ argument
72 tpool_active_t *tp_active; /* threads performing work */ argument
73 tpool_job_t *tp_head; /* FIFO job queue */ argument
74 tpool_job_t *tp_tail; argument
86 #define TP_WAIT 0x01 /* waiting in tpool_wait() */ argument
H A Dthread_pool.c40 delete_pool(tpool_t *tpool) in delete_pool()
75 worker_cleanup(tpool_t *tpool) in worker_cleanup()
93 notify_waiters(tpool_t *tpool) in notify_waiters()
105 job_cleanup(tpool_t *tpool) in job_cleanup()
127 tpool_t *tpool = (tpool_t *)arg; in tpool_worker() local
224 create_worker(tpool_t *tpool) in create_worker()
239 tpool_t *tpool; in tpool_create() local
328 tpool_dispatch(tpool_t *tpool, void (*func)(void *), void *arg) in tpool_dispatch()
367 tpool_destroy(tpool_t *tpool) in tpool_destroy()
405 tpool_abandon(tpool_t *tpool) in tpool_abandon()
[all …]
/titanic_41/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c128 tpool_t *tpool = tcdp->tcd_poolp; in sigev_add_work() local