/external/valgrind/unittest/ |
helgrind.supp | 3 spin lock: pthread_spin_init 5 fun:pthread_spin_init 8 spin lock: pthread_spin_init
|
thread_wrappers_pthread.h | 294 CHECK(0 == pthread_spin_init(&mu_, 0));
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
ptw32_spinlock_check_need_init.c | 58 * re-initialise it only by calling pthread_spin_init() 63 result = pthread_spin_init (lock, PTHREAD_PROCESS_PRIVATE);
|
pthread_spin_init.c | 2 * pthread_spin_init.c 42 pthread_spin_init (pthread_spinlock_t * lock, int pshared) function
|
spin.c | 42 #include "pthread_spin_init.c"
|
ptw32_getprocessors.c | 50 * pthread_spin_init() calls this routine when initialising
|
Makefile | 205 pthread_spin_init.obj \ 365 pthread_spin_init.c \
|
/external/valgrind/main/drd/tests/ |
pth_spinlock.c | 44 pthread_spin_init(&s_spinlock, 0);
|
/external/compiler-rt/lib/tsan/lit_tests/ |
mutexset6.cc | 43 pthread_spin_init(&mtx2, 0);
|
/external/chromium_org/native_client_sdk/src/libraries/pthread/ |
library.dsc | 101 'pthread_spin_init.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 */
|
/external/stlport/stlport/stl/ |
_threads.h | 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 323 // { pthread_spin_init( &_M_lock, 0 ); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 323 // { pthread_spin_init( &_M_lock, 0 ); }
|
/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 | |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 323 // { pthread_spin_init( &_M_lock, 0 ); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 323 // { pthread_spin_init( &_M_lock, 0 ); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 323 // { pthread_spin_init( &_M_lock, 0 ); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 323 // { pthread_spin_init( &_M_lock, 0 ); }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_threads.h | 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 323 // { pthread_spin_init( &_M_lock, 0 ); }
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 930 TSAN_INTERCEPTOR(int, pthread_spin_init, void *m, int pshared) { 931 SCOPED_TSAN_INTERCEPTOR(pthread_spin_init, m, pshared); 932 int res = REAL(pthread_spin_init)(m, pshared); [all...] |
tsan_stat.cc | 156 name[StatInt_pthread_spin_init] = " pthread_spin_init ";
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util_linux.cc | 110 CHECK_EQ(pthread_spin_init((pthread_spinlock_t*)mtx_, 0), 0);
|