/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ |
D | 1-1.c | 56 if (pthread_spin_unlock(&spinlock)) { in fn_chld() 88 rc = pthread_spin_unlock(&spinlock); in main() 115 if (pthread_spin_unlock(&spinlock) != 0) { in main()
|
D | 3-1.c | 66 pthread_spin_unlock(&spinlock); in fn_chld() 96 rc = pthread_spin_unlock(&spinlock); in main()
|
D | 1-2.c | 61 if (pthread_spin_unlock(&spinlock)) { in fn_chld() 115 if (pthread_spin_unlock(&spinlock) != 0) { in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_spin_unlock() function:
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
D | 1-2.c | 60 if (pthread_spin_unlock(&spinlock)) { in fn_chld() 118 if (pthread_spin_unlock(&spinlock) != 0) { in main()
|
D | 3-2.c | 66 pthread_spin_unlock(&spinlock); in main()
|
D | 3-1.c | 78 pthread_spin_unlock(&spinlock); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/ |
D | 2-1.c | 110 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main() 164 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
|
D | 2-2.c | 116 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main() 169 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
|
D | 1-1.c | 59 if (pthread_spin_unlock(&spinlock) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/ |
D | 1-1.c | 51 if (pthread_spin_unlock(&spinlock) != 0) { in main()
|
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cpp | 93 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 96 return REAL(pthread_spin_unlock)(m); in INTERCEPTOR() 302 INTERCEPT_FUNCTION(pthread_spin_unlock); in InitializeInterceptors()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 97 return REAL(pthread_spin_unlock)(m); in INTERCEPTOR() 304 INTERCEPT_FUNCTION(pthread_spin_unlock); in InitializeInterceptors()
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cpp | 169 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0); in Unlock()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 213 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0); in Unlock()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cpp | 70 void unlock() { assert(0 == pthread_spin_unlock(&mu_)); } in unlock()
|
/external/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cc | 70 void unlock() { assert(0 == pthread_spin_unlock(&mu_)); } in unlock()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1201 TSAN_INTERCEPTOR(int, pthread_spin_unlock, void *m) { in TSAN_INTERCEPTOR() argument 1202 SCOPED_TSAN_INTERCEPTOR(pthread_spin_unlock, m); in TSAN_INTERCEPTOR() 1204 int res = REAL(pthread_spin_unlock)(m); in TSAN_INTERCEPTOR() 2498 TSAN_INTERCEPT(pthread_spin_unlock); in InitializeInterceptors()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_latency.c | 71 pthread_spin_unlock(×tamp_lock); in read_timestamp_locked()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 1346 TSAN_INTERCEPTOR(int, pthread_spin_unlock, void *m) { in TSAN_INTERCEPTOR() argument 1347 SCOPED_TSAN_INTERCEPTOR(pthread_spin_unlock, m); in TSAN_INTERCEPTOR() 1349 int res = REAL(pthread_spin_unlock)(m); in TSAN_INTERCEPTOR() 2745 TSAN_INTERCEPT(pthread_spin_unlock); in InitializeInterceptors()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2650 fun:pthread_spin_unlock=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2650 fun:pthread_spin_unlock=uninstrumented
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 616 …e' binding='global-binding' visibility='default-visibility' alias='pthread_spin_unlock' is-defined… 2813 <!-- pthread_spin_unlock --> 2814 …<elf-symbol name='pthread_spin_unlock' type='func-type' binding='weak-binding' visibility='default…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 314 …e' binding='global-binding' visibility='default-visibility' alias='pthread_spin_unlock' is-defined… 1413 …<elf-symbol name='pthread_spin_unlock' type='func-type' binding='weak-binding' visibility='default…
|