Searched defs:umem_update_cv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c172 * is protected by the umem_update_lock mutex, and the umem_update_cv is used
196 * the worker to broadcast the umem_update_cv when it has finished.
211 * the umem_update_cv to wake the update thread up, and returns.
223 * umem_update_cv. It wakes up under two conditions:
228 * * someone cond_broadcast(3THR)s the umem_update_cv, in which case
777 cond_t umem_update_cv; variable
976 (void) cond_broadcast(&umem_update_cv);
1009 (void) cond_wait(&umem_update_cv, &umem_update_lock);
1046 (void) cond_broadcast(&umem_update_cv);
2559 (void) cond_broadcast(&umem_update_cv);
[all...]

Completed in 81 milliseconds