Searched refs:pthread_spin_lock (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx4/
H A Ddoorbell.h62 pthread_spin_lock(&ctx->uar_lock);
H A Dsrq.c53 pthread_spin_lock(&srq->lock);
73 pthread_spin_lock(&srq->lock);
307 pthread_spin_lock(&mcq->lock);
313 pthread_spin_lock(&mcq->lock);
H A Dverbs.c586 pthread_spin_lock(&cq->lock);
1049 pthread_spin_lock(&send_cq->lock);
1051 pthread_spin_lock(&recv_cq->lock);
1053 pthread_spin_lock(&send_cq->lock);
1055 pthread_spin_lock(&send_cq->lock);
1056 pthread_spin_lock(&recv_cq->lock);
1058 pthread_spin_lock(&recv_cq->lock);
1059 pthread_spin_lock(&send_cq->lock);
H A Dcq.c404 pthread_spin_lock(&cq->lock);
448 pthread_spin_lock(&cq->lock);
772 pthread_spin_lock(&cq->lock);
H A Dqp.c114 pthread_spin_lock(&cq->lock);
227 pthread_spin_lock(&qp->sq.lock);
522 pthread_spin_lock(&qp->rq.lock);
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dqp.c323 pthread_spin_lock(&qhp->lock);
428 pthread_spin_lock(&qhp->lock);
520 pthread_spin_lock(&rchp->lock);
521 pthread_spin_lock(&qhp->lock);
529 pthread_spin_lock(&schp->lock);
530 pthread_spin_lock(&qhp->lock);
536 pthread_spin_lock(&qhp->lock);
543 pthread_spin_lock(&dev->lock);
548 pthread_spin_lock(&qhp->lock);
H A Dverbs.c136 pthread_spin_lock(&dev->lock);
159 pthread_spin_lock(&dev->lock);
226 pthread_spin_lock(&dev->lock);
271 pthread_spin_lock(&dev->lock);
383 pthread_spin_lock(&dev->lock);
532 pthread_spin_lock(&dev->lock);
588 pthread_spin_lock(&qhp->lock);
605 pthread_spin_lock(&qhp->lock);
622 pthread_spin_lock(&dev->lock);
639 pthread_spin_lock(
[all...]
H A Dcq.c595 pthread_spin_lock(&qhp->lock);
727 pthread_spin_lock(&chp->lock);
746 pthread_spin_lock(&chp->lock);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp77 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) {
80 int res = REAL(pthread_spin_lock)(m);
300 INTERCEPT_FUNCTION(pthread_spin_lock);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_pspinlock.c52 __weak_reference(_pthread_spin_lock, pthread_spin_lock);
/freebsd-13-stable/contrib/ofed/include/
H A Dudma_barrier.h268 pthread_spin_lock(lock);
/freebsd-13-stable/share/man/man3/
H A DMakefile435 pthread_spin_lock.3 \
499 pthread_spin_lock.3 pthread_spin_trylock.3 \
500 pthread_spin_lock.3 pthread_spin_unlock.3
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h203 #define pthread_spin_lock _pthread_spin_lock macro
H A Dun-namespace.h184 #undef pthread_spin_lock macro
/freebsd-13-stable/include/
H A Dpthread.h289 int pthread_spin_lock(pthread_spinlock_t * __spin)
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h145 #define lock_quick_lock(lock) LOCKRET(pthread_spin_lock(lock))
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h694 return pthread_spin_lock(&lock->lock);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1289 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) {
1290 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m);
1292 int res = REAL(pthread_spin_lock)(m);
2695 TSAN_INTERCEPT(pthread_spin_lock);

Completed in 129 milliseconds