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

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dbarrier.h52 extern int barrier_wait(barrier_t *);
69 extern int barrier_wait(barrier_t *);
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
97 barrier_wait(barrier_t *bar) function
H A Dctfmerge.c487 if (barrier_wait(&wq->wq_bar1)) {
550 if (barrier_wait(&wq->wq_bar1)) {
564 (void) barrier_wait(&wq->wq_bar2);

Completed in 166 milliseconds