Home
last modified time | relevance | path

Searched refs:pthread_spin_destroy (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument
73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR()
301 INTERCEPT_FUNCTION(pthread_spin_destroy); in InitializeInterceptors()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
Dcoverage.txt1 This document defines the coverage for the pthread_spin_destroy() function:
D1-1.c57 rc = pthread_spin_destroy(&spinlock); in main()
D3-1.c39 rc = pthread_spin_destroy(&spinlock); in fn_chld()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D1-1.c64 rc = pthread_spin_destroy(&spinlock); in main()
D2-1.c169 if (pthread_spin_destroy(&(spinlock_data->spinlock)) != 0) { in main()
D2-2.c174 if (pthread_spin_destroy(&(spinlock_data->spinlock)) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D3-2.c69 pthread_spin_destroy(&spinlock); in main()
D3-1.c81 pthread_spin_destroy(&spinlock); in main()
D1-2.c144 if (pthread_spin_destroy(&spinlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
D3-1.c68 if (pthread_spin_destroy(&spinlock) != 0) { in fn_chld()
D1-1.c120 if (pthread_spin_destroy(&spinlock) != 0) { in main()
D1-2.c139 if (pthread_spin_destroy(&spinlock) != 0) { in main()
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc64 assert(0 == pthread_spin_destroy(&mu_)); in ~PthreadSpinLock()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc176 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0); in Destroy()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1174 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument
1175 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m); in TSAN_INTERCEPTOR()
1176 int res = REAL(pthread_spin_destroy)(m); in TSAN_INTERCEPTOR()
2495 TSAN_INTERCEPT(pthread_spin_destroy); in InitializeInterceptors()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2646 fun:pthread_spin_destroy=uninstrumented