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/tests/rtl/
tsan_test_util_linux.cc 151 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 957 TSAN_INTERCEPTOR(int, pthread_spin_trylock, void *m) {
958 SCOPED_TSAN_INTERCEPTOR(pthread_spin_trylock, m);
959 int res = REAL(pthread_spin_trylock)(m);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]

Completed in 660 milliseconds