/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
D | 3-1.c | 54 if (pthread_spin_lock(&spinlock) != 0) { in main() 65 rc = pthread_spin_lock(&spinlock); in main()
|
D | 1-2.c | 46 rc = pthread_spin_lock(&spinlock); in fn_chld() 85 if (pthread_spin_lock(&spinlock) != 0) { in main()
|
D | 1-1.c | 74 rc = pthread_spin_lock(&spinlock); in fn_chld() 121 if (pthread_spin_lock(&spinlock) != 0) { in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_spin_lock() function:
|
D | 3-2.c | 59 rc = pthread_spin_lock(&spinlock); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ |
D | 1-2.c | 49 rc = pthread_spin_lock(&spinlock); in fn_chld() 85 if (pthread_spin_lock(&spinlock) != 0) { in main()
|
D | 3-1.c | 52 rc = pthread_spin_lock(&spinlock); in fn_chld()
|
D | 1-1.c | 80 if (pthread_spin_lock(&spinlock) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/ |
D | 1-1.c | 42 if (pthread_spin_lock(&spinlock) != 0) { in main()
|
D | 3-1.c | 63 if (pthread_spin_lock(&spinlock) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/ |
D | 1-1.c | 51 if (pthread_spin_lock(&spinlock) != 0) { in main()
|
D | 4-1.c | 74 if (pthread_spin_lock(&spinlock) != 0) { in main()
|
D | 2-1.c | 89 if ((pthread_spin_lock(&(spinlock_data->spinlock))) != 0) { in main()
|
D | 2-2.c | 96 if ((pthread_spin_lock(&(spinlock_data->spinlock))) != 0) { in main()
|
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cpp | 77 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 80 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR() 300 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR() 302 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cpp | 144 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); in Lock()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 188 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); in Lock()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cpp | 69 void lock() { assert(0 == pthread_spin_lock(&mu_)); } in lock()
|
/external/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cc | 69 void lock() { assert(0 == pthread_spin_lock(&mu_)); } in lock()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1183 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { in TSAN_INTERCEPTOR() argument 1184 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m); in TSAN_INTERCEPTOR() 1185 int res = REAL(pthread_spin_lock)(m); in TSAN_INTERCEPTOR() 2496 TSAN_INTERCEPT(pthread_spin_lock); in InitializeInterceptors()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_latency.c | 69 pthread_spin_lock(×tamp_lock); in read_timestamp_locked()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 1327 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { in TSAN_INTERCEPTOR() argument 1328 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m); in TSAN_INTERCEPTOR() 1330 int res = REAL(pthread_spin_lock)(m); in TSAN_INTERCEPTOR() 2743 TSAN_INTERCEPT(pthread_spin_lock); in InitializeInterceptors()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2648 fun:pthread_spin_lock=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2648 fun:pthread_spin_lock=uninstrumented
|