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

  /external/google-breakpad/src/common/android/testing/
pthread_fixes.h 42 #ifndef PTHREAD_BARRIER_SERIAL_THREAD
45 #define PTHREAD_BARRIER_SERIAL_THREAD 0x12345
66 // waiters, unlock the mutex, then return PTHREAD_BARRIER_SERIAL_THREAD.
71 return PTHREAD_BARRIER_SERIAL_THREAD;
90 #endif // defined(PTHREAD_BARRIER_SERIAL_THREAD)
  /bionic/libc/include/
pthread.h 71 #define PTHREAD_BARRIER_SERIAL_THREAD -1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 216 # define PTHREAD_BARRIER_SERIAL_THREAD -1
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 133 const int PTHREAD_BARRIER_SERIAL_THREAD = -1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 165 #define PTHREAD_BARRIER_SERIAL_THREAD 1
    [all...]

Completed in 128 milliseconds