Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp86 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()
/openbsd-src/regress/lib/libpthread/spinlock/
H A Dspinlock.c18 rc = pthread_spin_trylock(&l); in foo()
/openbsd-src/lib/librthread/
H A DSymbols.map78 pthread_spin_trylock;
H A Drthread_spin_lock.c60 pthread_spin_trylock(pthread_spinlock_t *lock) in pthread_spin_trylock() function
H A Dpthread.h95 PROTO_STD_DEPRECATED(pthread_spin_trylock);
/openbsd-src/include/
H A Dpthread.h306 int pthread_spin_trylock(pthread_spinlock_t *);
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp152 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0; in TryLock()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1466 TSAN_INTERCEPTOR(int, pthread_spin_trylock, void *m) { in TSAN_INTERCEPTOR() argument
1467 SCOPED_TSAN_INTERCEPTOR(pthread_spin_trylock, m); in TSAN_INTERCEPTOR()
1468 int res = REAL(pthread_spin_trylock)(m); in TSAN_INTERCEPTOR()
2955 TSAN_INTERCEPT(pthread_spin_trylock); in InitializeInterceptors()
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.c561 { return pthread_spin_trylock((pthread_spinlock_t*)arg); } in try_spinlock()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2650 fun:pthread_spin_trylock=uninstrumented