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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h73 cond_t tp_busycv; /* synchronization in tpool_dispatch */ member in struct:tpool
H A Dthread_pool.c69 (void) pthread_cond_broadcast(&tpool->tp_busycv);
240 (void) pthread_cond_init(&tpool->tp_busycv, NULL);
324 (void) pthread_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex);

Completed in 135 milliseconds