/external/valgrind/main/drd/tests/ |
pth_spinlock.c | 4 /* Make sure pthread_spinlock_t is available when compiling with older glibc 15 static pthread_spinlock_t s_spinlock;
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_spin_init.c | 42 pthread_spin_init (pthread_spinlock_t * lock, int pshared) 44 pthread_spinlock_t s; 83 s = (pthread_spinlock_t) calloc (1, sizeof (*s));
|
pthread_spin_lock.c | 42 pthread_spin_lock (pthread_spinlock_t * lock) 44 register pthread_spinlock_t s;
|
pthread_spin_trylock.c | 42 pthread_spin_trylock (pthread_spinlock_t * lock) 44 register pthread_spinlock_t s;
|
pthread_spin_unlock.c | 42 pthread_spin_unlock (pthread_spinlock_t * lock) 44 register pthread_spinlock_t s;
|
pthread_spin_destroy.c | 42 pthread_spin_destroy (pthread_spinlock_t * lock) 44 register pthread_spinlock_t s;
|
ptw32_spinlock_check_need_init.c | 42 ptw32_spinlock_check_need_init (pthread_spinlock_t * lock)
|
pthread.h | 596 typedef struct pthread_spinlock_t_ * pthread_spinlock_t; typedef in typeref:struct:pthread_spinlock_t_ 707 #define PTHREAD_SPINLOCK_INITIALIZER ((pthread_spinlock_t)(size_t) -1) 1052 PTW32_DLLPORT int PTW32_CDECL pthread_spin_init (pthread_spinlock_t * lock, int pshared); 1054 PTW32_DLLPORT int PTW32_CDECL pthread_spin_destroy (pthread_spinlock_t * lock); 1056 PTW32_DLLPORT int PTW32_CDECL pthread_spin_lock (pthread_spinlock_t * lock); 1058 PTW32_DLLPORT int PTW32_CDECL pthread_spin_trylock (pthread_spinlock_t * lock); 1060 PTW32_DLLPORT int PTW32_CDECL pthread_spin_unlock (pthread_spinlock_t * lock); [all...] |
/external/compiler-rt/lib/tsan/lit_tests/ |
mutexset6.cc | 8 pthread_spinlock_t mtx2;
|
/external/stlport/stlport/stl/config/ |
_android.h | 27 // No pthread_spinlock_t in Android
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 27 // No pthread_spinlock_t in Android
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 27 // No pthread_spinlock_t in Android
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 27 // No pthread_spinlock_t in Android
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 27 // No pthread_spinlock_t in Android
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 27 // No pthread_spinlock_t in Android
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_android.h | 27 // No pthread_spinlock_t in Android
|
/external/valgrind/main/drd/ |
drd_pthread_intercepts.c | 42 * Define _GNU_SOURCE to make sure that pthread_spinlock_t is available when 831 int pthread_spin_init_intercept(pthread_spinlock_t *spinlock, int pshared) 845 (pthread_spinlock_t *spinlock, int pshared), (spinlock, pshared)); 848 int pthread_spin_destroy_intercept(pthread_spinlock_t *spinlock) 862 (pthread_spinlock_t *spinlock), (spinlock)); 865 int pthread_spin_lock_intercept(pthread_spinlock_t *spinlock) 879 (pthread_spinlock_t *spinlock), (spinlock)); 882 int pthread_spin_trylock_intercept(pthread_spinlock_t *spinlock) 896 (pthread_spinlock_t *spinlock), (spinlock)); 899 int pthread_spin_unlock_intercept(pthread_spinlock_t *spinlock [all...] |
drd_clientobj.h | 69 MutexT mutex_type; // pthread_mutex_t or pthread_spinlock_t.
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util_linux.cc | 110 CHECK_EQ(pthread_spin_init((pthread_spinlock_t*)mtx_, 0), 0); 131 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0); 141 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); 151 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0; 162 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
pthreadtypes.h | 201 typedef volatile int pthread_spinlock_t; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
pthreadtypes.h | 201 typedef volatile int pthread_spinlock_t; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
pthreadtypes.h | 201 typedef volatile int pthread_spinlock_t; typedef
|
/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...] |