Home
last modified time | relevance | path

Searched refs:pthread_spin_trylock (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
D1-1.c71 rc = pthread_spin_trylock(&spinlock); in fn_chld()
89 if (pthread_spin_trylock(&spinlock) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_spin_trylock() function:
D4-1.c34 rc = pthread_spin_trylock(&spinlock); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
D1-1.c48 rc = pthread_spin_trylock(&spinlock); in fn_chld()
109 if (pthread_spin_trylock(&spinlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D2-1.c141 if ((pthread_spin_trylock(&(spinlock_data->spinlock))) != EBUSY) { in main()
157 if ((pthread_spin_trylock(&(spinlock_data->spinlock))) != 0) { in main()
D2-2.c148 rc = pthread_spin_trylock(&(spinlock_data->spinlock)); in main()
162 rc = pthread_spin_trylock(&(spinlock_data->spinlock)); in main()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() argument
88 int res = REAL(pthread_spin_trylock)(m); in INTERCEPTOR()
303 INTERCEPT_FUNCTION(pthread_spin_trylock); in InitializeInterceptors()
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc71 bool try_lock() { return 0 == pthread_spin_trylock(&mu_); } in try_lock()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc200 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0; in TryLock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1192 TSAN_INTERCEPTOR(int, pthread_spin_trylock, void *m) { in TSAN_INTERCEPTOR() argument
1193 SCOPED_TSAN_INTERCEPTOR(pthread_spin_trylock, m); in TSAN_INTERCEPTOR()
1194 int res = REAL(pthread_spin_trylock)(m); in TSAN_INTERCEPTOR()
2497 TSAN_INTERCEPT(pthread_spin_trylock); in InitializeInterceptors()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2649 fun:pthread_spin_trylock=uninstrumented