Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h54 typedef struct tpool_active tpool_active_t; typedef
56 tpool_active_t *tpa_next; /* list of active threads */
70 tpool_active_t *tp_active; /* threads performing work */
H A Dthread_pool.c106 tpool_active_t *activep; in job_cleanup()
107 tpool_active_t **activepp; in job_cleanup()
129 tpool_active_t active; in tpool_worker()
367 tpool_active_t *activep; in tpool_destroy()
492 tpool_active_t *activep; in tpool_member()
525 tpool_active_t *activep; in postfork1_child_tpool()