HomeSort by relevance Sort by last modified time
    Searched refs:pthread_spin_trylock (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_trylock.c 2 * pthread_spin_trylock.c
42 pthread_spin_trylock (pthread_spinlock_t * lock) function
Makefile 209 pthread_spin_trylock.obj \
369 pthread_spin_trylock.c
pthread.h 1058 PTW32_DLLPORT int PTW32_CDECL pthread_spin_trylock (pthread_spinlock_t * lock);
    [all...]
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 89 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) {
91 int res = REAL(pthread_spin_trylock)(m);
306 INTERCEPT_FUNCTION(pthread_spin_trylock);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 151 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 73 bool try_lock() { return 0 == pthread_spin_trylock(&mu_); }
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h     [all...]

Completed in 765 milliseconds