Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/lib/libzfs/
Dthread_pool.c69 (void) pthread_cond_broadcast(&tpool->tp_busycv); in worker_cleanup()
240 (void) pthread_cond_init(&tpool->tp_busycv, NULL); in tpool_create()
324 (void) pthread_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex); in tpool_destroy()
Dthread_pool_impl.h73 cond_t tp_busycv; /* synchronization in tpool_dispatch */ member