Home
last modified time | relevance | path

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

/freebsd-13.1/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()
302 INTERCEPT_FUNCTION(pthread_spin_trylock); in InitializeInterceptors()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_pspinlock.c51 __weak_reference(_pthread_spin_trylock, pthread_spin_trylock);
/freebsd-13.1/lib/libthr/
H A Dpthread.map117 pthread_spin_trylock;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h204 #define pthread_spin_trylock _pthread_spin_trylock macro
H A Dun-namespace.h185 #undef pthread_spin_trylock
/freebsd-13.1/include/
H A Dpthread.h291 int pthread_spin_trylock(pthread_spinlock_t * __spin)
/freebsd-13.1/share/man/man3/
H A DMakefile502 pthread_spin_lock.3 pthread_spin_trylock.3 \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1350 TSAN_INTERCEPTOR(int, pthread_spin_trylock, void *m) { in TSAN_INTERCEPTOR() argument
1351 SCOPED_TSAN_INTERCEPTOR(pthread_spin_trylock, m); in TSAN_INTERCEPTOR()
1352 int res = REAL(pthread_spin_trylock)(m); in TSAN_INTERCEPTOR()
2802 TSAN_INTERCEPT(pthread_spin_trylock); in InitializeInterceptors()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2649 fun:pthread_spin_trylock=uninstrumented