Home
last modified time | relevance | path

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

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D3-1.c55 if (pthread_spin_lock(&spinlock) != 0) { in main()
66 rc = pthread_spin_lock(&spinlock); in main()
D1-2.c47 rc = pthread_spin_lock(&spinlock); in fn_chld()
86 if (pthread_spin_lock(&spinlock) != 0) { in main()
D1-1.c75 rc = pthread_spin_lock(&spinlock); in fn_chld()
122 if (pthread_spin_lock(&spinlock) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_spin_lock() function:
D3-2.c60 rc = pthread_spin_lock(&spinlock); in main()
/external/valgrind/auxprogs/
Dposixtestsuite-1.5.1-diff.txt1 Only in posixtestsuite/conformance/interfaces/pthread_spin_lock: 1-1
2 …estsuite.orig/conformance/interfaces/pthread_spin_lock/1-1.c posixtestsuite/conformance/interfaces…
3 --- posixtestsuite.orig/conformance/interfaces/pthread_spin_lock/1-1.c 2003-07-10 02:19:34.00000000…
4 +++ posixtestsuite/conformance/interfaces/pthread_spin_lock/1-1.c 2006-07-05 15:38:27.000000000 +01…
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
D1-2.c50 rc = pthread_spin_lock(&spinlock); in fn_chld()
86 if (pthread_spin_lock(&spinlock) != 0) { in main()
D3-1.c53 rc = pthread_spin_lock(&spinlock); in fn_chld()
D1-1.c81 if (pthread_spin_lock(&spinlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
D1-1.c43 if (pthread_spin_lock(&spinlock) != 0) { in main()
D3-1.c64 if (pthread_spin_lock(&spinlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D1-1.c52 if (pthread_spin_lock(&spinlock) != 0) { in main()
D4-1.c75 if (pthread_spin_lock(&spinlock) != 0) { in main()
D2-1.c89 if ((pthread_spin_lock(&(spinlock_data->spinlock))) != 0) { in main()
D2-2.c97 if ((pthread_spin_lock(&(spinlock_data->spinlock))) != 0) { in main()
/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/valgrind/drd/tests/
Dpth_spinlock.c27 pthread_spin_lock(&s_spinlock); in thread_func()
Dtsan_thread_wrappers_pthread.h121 CHECK(0 == pthread_spin_lock(&mu_)); in Lock()
/external/valgrind/
Dconfig.h.in36 /* Disable intercept pthread_spin_lock() on MIPS32 and MIPS64. */
205 /* Define to 1 if you have the `pthread_spin_lock' function. */
Dconfigure.ac3865 pthread_spin_lock \
3900 [Disable intercept pthread_spin_lock() on MIPS32 and MIPS64.])
Dconfigure13944 pthread_spin_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/tests/rtl/
Dtsan_test_util_posix.cc188 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); 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/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2648 fun:pthread_spin_lock=uninstrumented

12