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

/bionic/libc/bionic/
H A Dpthread_barrier.cpp66 // threads must call pthread_barrier_wait() before any of them successfully return from
68 // pthread_barrier_wait() in one cycle.
107 // According to POSIX standard, pthread_barrier_wait() synchronizes memory between participating
109 // pthread_barrier_wait() can be seen by all participating threads after the function call.
113 int pthread_barrier_wait(pthread_barrier_t* barrier_interface) { function
117 // as a participating thread can call pthread_barrier_wait() again before other

Completed in 24 milliseconds