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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_destroy.c 2 * pthread_spin_destroy.c
42 pthread_spin_destroy (pthread_spinlock_t * lock) function
Makefile 206 pthread_spin_destroy.obj \
366 pthread_spin_destroy.c \
pthread.h 1054 PTW32_DLLPORT int PTW32_CDECL pthread_spin_destroy (pthread_spinlock_t * lock);
    [all...]
  /external/compiler-rt/lib/tsan/lit_tests/
mutexset6.cc 51 pthread_spin_destroy(&mtx2);
  /external/valgrind/main/drd/tests/
pth_spinlock.c 49 pthread_spin_destroy(&s_spinlock);
tsan_thread_wrappers_pthread.h 118 CHECK(0 == pthread_spin_destroy(&mu_));
  /external/valgrind/unittest/
thread_wrappers_pthread.h 297 CHECK(0 == pthread_spin_destroy(&mu_));
racecheck_unittest.cc     [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 131 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0);
  /external/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_threads.h 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); }
326 // { pthread_spin_destroy( &_M_lock ); }
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 939 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) {
940 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m);
941 int res = REAL(pthread_spin_destroy)(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...]

Completed in 412 milliseconds