Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
HDdd_interceptors.cpp71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument
73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR()
301 INTERCEPT_FUNCTION(pthread_spin_destroy); in InitializeInterceptors()
/freebsd-13-stable/lib/libthr/thread/
HDthr_pspinlock.c47 __weak_reference(_pthread_spin_destroy, pthread_spin_destroy);
/freebsd-13-stable/lib/libthr/
HDpthread.map113 pthread_spin_destroy;
/freebsd-13-stable/lib/libc/include/
HDnamespace.h199 #define pthread_spin_destroy _pthread_spin_destroy macro
HDun-namespace.h180 #undef pthread_spin_destroy
/freebsd-13-stable/include/
HDpthread.h285 int pthread_spin_destroy(pthread_spinlock_t * __spin)
/freebsd-13-stable/contrib/unbound/util/
HDlocks.h145 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
/freebsd-13-stable/contrib/ofed/libirdma/
HDirdma_uverbs.c541 pthread_spin_destroy(&iwucq->lock); in ucreate_cq()
625 ret = pthread_spin_destroy(&iwucq->lock); in irdma_udestroy_cq()
1472 pthread_spin_destroy(&iwuqp->lock); in irdma_ucreate_qp()
1608 ret = pthread_spin_destroy(&iwuqp->lock); in irdma_udestroy_qp()
/freebsd-13-stable/share/man/man3/
HDMakefile516 PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
/freebsd-13-stable/contrib/ofed/libmlx5/
HDmlx5.h731 return pthread_spin_destroy(&lock->lock); in mlx5_spinlock_destroy()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp1449 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument
1450 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m); in TSAN_INTERCEPTOR()
1451 int res = REAL(pthread_spin_destroy)(m); in TSAN_INTERCEPTOR()
2972 TSAN_INTERCEPT(pthread_spin_destroy); in InitializeInterceptors()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2652 fun:pthread_spin_destroy=uninstrumented