Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp78 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()
/openbsd-src/regress/lib/libpthread/spinlock/
H A Dspinlock.c25 CHECKr(pthread_spin_lock(&l)); in foo()
/openbsd-src/lib/libpthread/man/
H A DMakefile.inc63 pthread_spin_lock.3 \
/openbsd-src/lib/librthread/
H A DSymbols.map77 pthread_spin_lock;
H A Drthread_spin_lock.c80 pthread_spin_lock(pthread_spinlock_t *lock) in pthread_spin_lock() function
H A Dpthread.h94 PROTO_STD_DEPRECATED(pthread_spin_lock);
/openbsd-src/include/
H A Dpthread.h307 int pthread_spin_lock(pthread_spinlock_t *);
/openbsd-src/usr.sbin/unbound/util/
H A Dlocks.h145 #define lock_quick_lock(lock) LOCKRET(pthread_spin_lock(lock))
/openbsd-src/sbin/unwind/libunbound/util/
H A Dlocks.h145 #define lock_quick_lock(lock) LOCKRET(pthread_spin_lock(lock))
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp140 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); in Lock()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1456 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { in TSAN_INTERCEPTOR() argument
1457 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m); in TSAN_INTERCEPTOR()
1459 int res = REAL(pthread_spin_lock)(m); in TSAN_INTERCEPTOR()
2954 TSAN_INTERCEPT(pthread_spin_lock); in InitializeInterceptors()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2649 fun:pthread_spin_lock=uninstrumented