Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/lib/libthr/thread/
H A Dthr_pspinlock.c48 __weak_reference(_pthread_spin_trylock, pthread_spin_trylock);
/freebsd/lib/libthr/
H A Dpthread.map116 pthread_spin_trylock;
/freebsd/include/
H A Dpthread.h292 int pthread_spin_trylock(pthread_spinlock_t * __spin)
/freebsd/lib/libc/include/
H A Dnamespace.h202 #define pthread_spin_trylock _pthread_spin_trylock macro
H A Dun-namespace.h183 #undef pthread_spin_trylock
/freebsd/share/man/man3/
H A DMakefile538 pthread_spin_lock.3 pthread_spin_trylock.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1468 TSAN_INTERCEPTOR(int, pthread_spin_trylock, void *m) { in TSAN_INTERCEPTOR() argument
1469 SCOPED_TSAN_INTERCEPTOR(pthread_spin_trylock, m); in TSAN_INTERCEPTOR()
1470 int res = REAL(pthread_spin_trylock)(m); in TSAN_INTERCEPTOR()
2974 TSAN_INTERCEPT(pthread_spin_trylock); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2655 fun:pthread_spin_trylock=uninstrumented