HomeSort by relevance Sort by last modified time
    Searched full:pthread_spin_unlock (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_unlock.c 2 * pthread_spin_unlock.c
42 pthread_spin_unlock (pthread_spinlock_t * lock) function
spin.c 45 #include "pthread_spin_unlock.c"
Makefile 208 pthread_spin_unlock.obj \
368 pthread_spin_unlock.c \
pthread.h 1060 PTW32_DLLPORT int PTW32_CDECL pthread_spin_unlock (pthread_spinlock_t * lock);
    [all...]
  /external/valgrind/main/drd/tests/
pth_spinlock.c 29 pthread_spin_unlock(&s_spinlock);
tsan_thread_wrappers_pthread.h 126 CHECK(0 == pthread_spin_unlock(&mu_));
  /external/compiler-rt/lib/tsan/lit_tests/
mutexset6.cc 25 pthread_spin_unlock(&mtx2);
  /external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc 104 'pthread_spin_unlock.c',
  /external/valgrind/main/drd/
drd_clientreq.h 109 /* to notify the drd tool of a pthread_spin_init/pthread_spin_unlock call */
112 /* to notify the drd tool of a pthread_spin_init/pthread_spin_unlock call */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /external/valgrind/unittest/
thread_wrappers_pthread.h 303 CHECK(0 == pthread_spin_unlock(&mu_));
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 966 TSAN_INTERCEPTOR(int, pthread_spin_unlock, void *m) {
967 SCOPED_TSAN_INTERCEPTOR(pthread_spin_unlock, m);
969 int res = REAL(pthread_spin_unlock)(m);
    [all...]
tsan_stat.cc 160 name[StatInt_pthread_spin_unlock] = " pthread_spin_unlock ";
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 162 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0);
  /external/stlport/stlport/stl/
_threads.h 329 inline void _M_release_lock() { pthread_spin_unlock( &_M_lock ); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 329 inline void _M_release_lock() { pthread_spin_unlock( &_M_lock ); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.h 329 inline void _M_release_lock() { pthread_spin_unlock( &_M_lock ); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.h 329 inline void _M_release_lock() { pthread_spin_unlock( &_M_lock ); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_threads.h 329 inline void _M_release_lock() { pthread_spin_unlock( &_M_lock ); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_threads.h 329 inline void _M_release_lock() { pthread_spin_unlock( &_M_lock ); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_threads.h 329 inline void _M_release_lock() { pthread_spin_unlock( &_M_lock ); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h     [all...]

Completed in 2875 milliseconds

1 2