Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
HDdd_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-14-stable/lib/libthr/thread/
HDthr_pspinlock.c48 __weak_reference(_pthread_spin_trylock, pthread_spin_trylock);
/freebsd-14-stable/lib/libthr/
HDpthread.map116 pthread_spin_trylock;
/freebsd-14-stable/lib/libc/include/
HDnamespace.h202 #define pthread_spin_trylock _pthread_spin_trylock macro
HDun-namespace.h183 #undef pthread_spin_trylock
/freebsd-14-stable/include/
HDpthread.h292 int pthread_spin_trylock(pthread_spinlock_t * __spin)
/freebsd-14-stable/share/man/man3/
HDMakefile524 pthread_spin_lock.3 pthread_spin_trylock.3 \
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_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-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2655 fun:pthread_spin_trylock=uninstrumented