HomeSort by relevance Sort by last modified time
    Searched defs:pthread_barrier_wait (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/android/testing/
pthread_fixes.h 62 int pthread_barrier_wait(pthread_barrier_t* barrier) { function in namespace:__anon19559
  /bionic/libc/bionic/
pthread_barrier.cpp 66 // 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 77 milliseconds