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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_lock.c 2 * pthread_spin_lock.c
42 pthread_spin_lock (pthread_spinlock_t * lock) function
Makefile 207 pthread_spin_lock.obj \
367 pthread_spin_lock.c \
pthread.h 1056 PTW32_DLLPORT int PTW32_CDECL pthread_spin_lock (pthread_spinlock_t * lock);
    [all...]
  /external/compiler-rt/test/tsan/
mutexset6.cc 22 pthread_spin_lock(&mtx2);
deadlock_detector_stress_test.cc 71 void lock() { assert(0 == pthread_spin_lock(&mu_)); }
  /external/valgrind/main/drd/tests/
pth_spinlock.c 27 pthread_spin_lock(&s_spinlock);
tsan_thread_wrappers_pthread.h 121 CHECK(0 == pthread_spin_lock(&mu_));
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 81 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) {
84 int res = REAL(pthread_spin_lock)(m);
305 INTERCEPT_FUNCTION(pthread_spin_lock);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 141 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0);
  /external/stlport/stlport/stl/
_threads.h 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.h 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.h 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_threads.h 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_threads.h 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_threads.h 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); }
  /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 482 milliseconds