Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
D1-1.c56 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()
D3-1.c66 pthread_spin_unlock(&spinlock); in fn_chld()
96 rc = pthread_spin_unlock(&spinlock); in main()
D1-2.c61 if (pthread_spin_unlock(&spinlock)) { in fn_chld()
115 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.c60 if (pthread_spin_unlock(&spinlock)) { in fn_chld()
118 if (pthread_spin_unlock(&spinlock) != 0) { in main()
D3-2.c66 pthread_spin_unlock(&spinlock); in main()
D3-1.c78 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.c116 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
169 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
D1-1.c59 if (pthread_spin_unlock(&spinlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
D1-1.c51 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/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/test/tsan/
Ddeadlock_detector_stress_test.cc70 void unlock() { assert(0 == pthread_spin_unlock(&mu_)); } 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/igt-gpu-tools/benchmarks/
Dgem_latency.c71 pthread_spin_unlock(&timestamp_lock); in read_timestamp_locked()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2650 fun:pthread_spin_unlock=uninstrumented