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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dbarrier.c33 * barrier_wait(), that thread blocks until n - 1 other threads reach the
34 * barrier_wait() call using the same barrier_t. When n threads have reached
36 * returns from barrier_wait() with a return code of 1; the remaining threads
57 barrier_wait(barrier_t *bar) function

Completed in 52 milliseconds