Searched refs:pthread_spin_lock (Results 1 – 25 of 26) sorted by relevance
12
55 if (pthread_spin_lock(&spinlock) != 0) { in main()66 rc = pthread_spin_lock(&spinlock); in main()
47 rc = pthread_spin_lock(&spinlock); in fn_chld()86 if (pthread_spin_lock(&spinlock) != 0) { in main()
75 rc = pthread_spin_lock(&spinlock); in fn_chld()122 if (pthread_spin_lock(&spinlock) != 0) { in main()
1 This document defines the coverage for the pthread_spin_lock() function:
60 rc = pthread_spin_lock(&spinlock); in main()
1 Only in posixtestsuite/conformance/interfaces/pthread_spin_lock: 1-12 …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…
50 rc = pthread_spin_lock(&spinlock); in fn_chld()86 if (pthread_spin_lock(&spinlock) != 0) { in main()
53 rc = pthread_spin_lock(&spinlock); in fn_chld()
81 if (pthread_spin_lock(&spinlock) != 0) { in main()
43 if (pthread_spin_lock(&spinlock) != 0) { in main()
64 if (pthread_spin_lock(&spinlock) != 0) { in main()
52 if (pthread_spin_lock(&spinlock) != 0) { in main()
75 if (pthread_spin_lock(&spinlock) != 0) { in main()
89 if ((pthread_spin_lock(&(spinlock_data->spinlock))) != 0) { in main()
97 if ((pthread_spin_lock(&(spinlock_data->spinlock))) != 0) { in main()
78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR()302 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
27 pthread_spin_lock(&s_spinlock); in thread_func()
121 CHECK(0 == pthread_spin_lock(&mu_)); in Lock()
36 /* Disable intercept pthread_spin_lock() on MIPS32 and MIPS64. */205 /* Define to 1 if you have the `pthread_spin_lock' function. */
3865 pthread_spin_lock \3900 [Disable intercept pthread_spin_lock() on MIPS32 and MIPS64.])
13944 pthread_spin_lock \
69 void lock() { assert(0 == pthread_spin_lock(&mu_)); } in lock()
188 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); in Lock()
1183 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { in TSAN_INTERCEPTOR() argument1184 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()
2648 fun:pthread_spin_lock=uninstrumented