Home
last modified time | relevance | path

Searched refs:pthread_spin_unlock (Results 1 – 18 of 18) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
D1-1.c57 if (pthread_spin_unlock(&spinlock)) { in fn_chld()
89 rc = pthread_spin_unlock(&spinlock); in main()
116 if (pthread_spin_unlock(&spinlock) != 0) { in main()
D3-1.c67 pthread_spin_unlock(&spinlock); in fn_chld()
97 rc = pthread_spin_unlock(&spinlock); in main()
D1-2.c62 if (pthread_spin_unlock(&spinlock)) { in fn_chld()
116 if (pthread_spin_unlock(&spinlock) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_spin_unlock() function:
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D1-2.c61 if (pthread_spin_unlock(&spinlock)) { in fn_chld()
119 if (pthread_spin_unlock(&spinlock) != 0) { in main()
D3-2.c67 pthread_spin_unlock(&spinlock); in main()
D3-1.c79 pthread_spin_unlock(&spinlock); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D2-1.c110 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
164 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
D2-2.c117 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
170 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
D1-1.c60 if (pthread_spin_unlock(&spinlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
D1-1.c52 if (pthread_spin_unlock(&spinlock) != 0) { in main()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc94 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/valgrind/drd/tests/
Dpth_spinlock.c29 pthread_spin_unlock(&s_spinlock); in thread_func()
Dtsan_thread_wrappers_pthread.h126 CHECK(0 == pthread_spin_unlock(&mu_)); in Unlock()
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc70 void unlock() { assert(0 == pthread_spin_unlock(&mu_)); } in unlock()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc213 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0); in Unlock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1201 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/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2650 fun:pthread_spin_unlock=uninstrumented