Home
last modified time | relevance | path

Searched refs:pthread_spin_lock (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dverbs.c136 pthread_spin_lock(&dev->lock); in __c4iw_reg_mr()
159 pthread_spin_lock(&dev->lock); in c4iw_dereg_mr()
228 pthread_spin_lock(&dev->lock); in c4iw_create_cq()
276 pthread_spin_lock(&dev->lock); in c4iw_destroy_cq()
391 pthread_spin_lock(&dev->lock); in create_qp_v0()
544 pthread_spin_lock(&dev->lock); in create_qp()
602 pthread_spin_lock(&qhp->lock); in c4iw_modify_qp()
619 pthread_spin_lock(&qhp->lock); in c4iw_destroy_qp()
636 pthread_spin_lock(&dev->lock); in c4iw_destroy_qp()
654 pthread_spin_lock(&qhp->lock); in c4iw_query_qp()
[all …]
H A Dqp.c323 pthread_spin_lock(&qhp->lock); in c4iw_post_send()
428 pthread_spin_lock(&qhp->lock); in c4iw_post_receive()
520 pthread_spin_lock(&rchp->lock); in c4iw_flush_qp()
521 pthread_spin_lock(&qhp->lock); in c4iw_flush_qp()
529 pthread_spin_lock(&schp->lock); in c4iw_flush_qp()
530 pthread_spin_lock(&qhp->lock); in c4iw_flush_qp()
536 pthread_spin_lock(&qhp->lock); in c4iw_flush_qp()
543 pthread_spin_lock(&dev->lock); in c4iw_flush_qps()
548 pthread_spin_lock(&qhp->lock); in c4iw_flush_qps()
H A Dcq.c595 pthread_spin_lock(&qhp->lock); in c4iw_poll_cq_one()
727 pthread_spin_lock(&chp->lock); in c4iw_poll_cq()
746 pthread_spin_lock(&chp->lock); in c4iw_arm_cq()
/freebsd/contrib/ofed/libmlx4/
H A Dsrq.c53 pthread_spin_lock(&srq->lock); in mlx4_free_srq_wqe()
73 pthread_spin_lock(&srq->lock); in mlx4_post_srq_recv()
315 pthread_spin_lock(&mcq->lock); in mlx4_destroy_xrc_srq()
321 pthread_spin_lock(&mcq->lock); in mlx4_destroy_xrc_srq()
H A Dverbs.c589 pthread_spin_lock(&cq->lock); in mlx4_resize_cq()
1062 pthread_spin_lock(&send_cq->lock); in mlx4_lock_cqs()
1064 pthread_spin_lock(&recv_cq->lock); in mlx4_lock_cqs()
1066 pthread_spin_lock(&send_cq->lock); in mlx4_lock_cqs()
1068 pthread_spin_lock(&send_cq->lock); in mlx4_lock_cqs()
1069 pthread_spin_lock(&recv_cq->lock); in mlx4_lock_cqs()
1071 pthread_spin_lock(&recv_cq->lock); in mlx4_lock_cqs()
1072 pthread_spin_lock(&send_cq->lock); in mlx4_lock_cqs()
H A Ddoorbell.h62 pthread_spin_lock(&ctx->uar_lock); in mlx4_write64()
H A Dcq.c404 pthread_spin_lock(&cq->lock); in mlx4_poll_cq()
448 pthread_spin_lock(&cq->lock); in _mlx4_start_poll()
772 pthread_spin_lock(&cq->lock); in mlx4_cq_clean()
H A Dqp.c114 pthread_spin_lock(&cq->lock); in wq_overflow()
227 pthread_spin_lock(&qp->sq.lock); in mlx4_post_send()
522 pthread_spin_lock(&qp->rq.lock); in mlx4_post_recv()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument
81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR()
302 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp181 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *spinlock) { in INTERCEPTOR() argument
183 return REAL(pthread_spin_lock)(spinlock); in INTERCEPTOR()
415 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
/freebsd/share/man/man3/
H A DMakefile465 pthread_spin_lock.3 \
532 pthread_spin_lock.3 pthread_spin_trylock.3 \
533 pthread_spin_lock.3 pthread_spin_unlock.3
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c921 ret = pthread_spin_lock(&iwucq->lock); in irdma_upoll_cq()
947 ret = pthread_spin_lock(&iwucq->lock); in irdma_start_poll()
1180 ret = pthread_spin_lock(&iwucq->lock); in irdma_uarm_cq()
1210 if (pthread_spin_lock(&iwucq->lock)) in irdma_cq_event()
1589 ret = pthread_spin_lock(&iwucq->lock); in irdma_clean_cqes()
1673 err = pthread_spin_lock(&iwuqp->lock); in irdma_upost_send()
1851 err = pthread_spin_lock(&iwuqp->lock); in irdma_upost_recv()
2031 ret = pthread_spin_lock(&iwucq->lock); in irdma_uresize_cq()
H A Dirdma_uk.c1181 if (pthread_spin_lock(qp->lock)) in irdma_repost_rq_wqes()
1462 if (pthread_spin_lock(qp->lock)) { in irdma_uk_cq_poll_cmpl()
/freebsd/contrib/ofed/include/
H A Dudma_barrier.h268 pthread_spin_lock(lock); in mmio_wc_spinlock()
/freebsd/lib/libthr/thread/
H A Dthr_pspinlock.c49 __weak_reference(_pthread_spin_lock, pthread_spin_lock);
/freebsd/lib/libthr/
H A Dpthread.map115 pthread_spin_lock;
/freebsd/include/
H A Dpthread.h290 int pthread_spin_lock(pthread_spinlock_t * __spin)
/freebsd/lib/libc/include/
H A Dnamespace.h201 #define pthread_spin_lock _pthread_spin_lock macro
H A Dun-namespace.h182 #undef pthread_spin_lock
/freebsd/contrib/unbound/util/
H A Dlocks.h146 #define lock_quick_lock(lock) LOCKRET(pthread_spin_lock(lock))
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors.cpp390 auto Func = [&]() { pthread_spin_lock(&spin_lock); }; in TEST()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h694 return pthread_spin_lock(&lock->lock); in mlx5_spin_lock()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1458 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { in TSAN_INTERCEPTOR() argument
1459 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m); in TSAN_INTERCEPTOR()
1461 int res = BLOCK_REAL(pthread_spin_lock)(m); in TSAN_INTERCEPTOR()
2973 TSAN_INTERCEPT(pthread_spin_lock); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2654 fun:pthread_spin_lock=uninstrumented