/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 \
|
pthread.h | 1052 PTW32_DLLPORT int PTW32_CDECL pthread_spin_init (pthread_spinlock_t * lock, int pshared); [all...] |
/external/valgrind/main/drd/tests/ |
pth_spinlock.c | 44 pthread_spin_init(&s_spinlock, 0);
|
tsan_thread_wrappers_pthread.h | 113 CHECK(0 == pthread_spin_init(&mu_, 0));
|
/external/compiler-rt/test/tsan/ |
mutexset6.cc | 43 pthread_spin_init(&mtx2, 0);
|
deadlock_detector_stress_test.cc | 64 PthreadSpinLock() { assert(0 == pthread_spin_init(&mu_, 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/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/ |
libpthread-2.11.1.so | |
libpthread.so.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libpthread-2.11.1.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 ); }
|