Home
last modified time | relevance | path

Searched refs:pthread_spin_lock (Results 1 – 25 of 27) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D3-1.c54 if (pthread_spin_lock(&spinlock) != 0) { in main()
65 rc = pthread_spin_lock(&spinlock); in main()
D1-2.c46 rc = pthread_spin_lock(&spinlock); in fn_chld()
85 if (pthread_spin_lock(&spinlock) != 0) { in main()
D1-1.c74 rc = pthread_spin_lock(&spinlock); in fn_chld()
121 if (pthread_spin_lock(&spinlock) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_spin_lock() function:
D3-2.c59 rc = pthread_spin_lock(&spinlock); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
D1-2.c49 rc = pthread_spin_lock(&spinlock); in fn_chld()
85 if (pthread_spin_lock(&spinlock) != 0) { in main()
D3-1.c52 rc = pthread_spin_lock(&spinlock); in fn_chld()
D1-1.c80 if (pthread_spin_lock(&spinlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
D1-1.c42 if (pthread_spin_lock(&spinlock) != 0) { in main()
D3-1.c63 if (pthread_spin_lock(&spinlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D1-1.c51 if (pthread_spin_lock(&spinlock) != 0) { in main()
D4-1.c74 if (pthread_spin_lock(&spinlock) != 0) { in main()
D2-1.c89 if ((pthread_spin_lock(&(spinlock_data->spinlock))) != 0) { in main()
D2-2.c96 if ((pthread_spin_lock(&(spinlock_data->spinlock))) != 0) { in main()
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp77 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/
Ddd_interceptors.cc78 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/
Dtsan_test_util_posix.cpp144 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); in Lock()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc188 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); in Lock()
/external/llvm-project/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cpp69 void lock() { assert(0 == pthread_spin_lock(&mu_)); } in lock()
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc69 void lock() { assert(0 == pthread_spin_lock(&mu_)); } in lock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1183 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/
Dgem_latency.c69 pthread_spin_lock(&timestamp_lock); in read_timestamp_locked()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1327 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/
Dlibc_ubuntu1404_abilist.txt2648 fun:pthread_spin_lock=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2648 fun:pthread_spin_lock=uninstrumented

12