Home
last modified time | relevance | path

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

/src/contrib/ofed/libbnxtre/
H A Dmain.c277 pthread_spin_destroy(&cntx->qp_dbr_res.lock); in _bnxt_re_uninit_context()
278 pthread_spin_destroy(&cntx->cq_dbr_res.lock); in _bnxt_re_uninit_context()
279 pthread_spin_destroy(&cntx->srq_dbr_res.lock); in _bnxt_re_uninit_context()
H A Dmain.h461 return pthread_spin_destroy(&lock->lock); in bnxt_re_dp_spin_destroy()
/src/contrib/ofed/libmlx4/
H A Dmlx4.c265 pthread_spin_destroy(&context->bf_lock); in mlx4_init_context()
284 pthread_spin_destroy(&context->bf_lock); in mlx4_uninit_context()
285 pthread_spin_destroy(&context->uar_lock); in mlx4_uninit_context()
H A Dverbs.c539 pthread_spin_destroy(&cq->lock); in create_cq()
638 pthread_spin_destroy(&to_mcq(cq)->lock); in mlx4_destroy_cq()
698 pthread_spin_destroy(&srq->lock); in mlx4_create_srq()
749 pthread_spin_destroy(&to_msrq(srq)->lock); in mlx4_destroy_srq()
917 pthread_spin_destroy(&qp->rq.lock); in mlx4_create_qp_ex()
919 pthread_spin_destroy(&qp->sq.lock); in mlx4_create_qp_ex()
1124 pthread_spin_destroy(&qp->rq.lock); in mlx4_destroy_qp()
1125 pthread_spin_destroy(&qp->sq.lock); in mlx4_destroy_qp()
H A Dsrq.c300 pthread_spin_destroy(&srq->lock); in mlx4_create_xrc_srq()
330 pthread_spin_destroy(&msrq->lock); in mlx4_destroy_xrc_srq()
/src/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_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()
/src/contrib/ofed/libcxgb4/
H A Dverbs.c238 pthread_spin_destroy(&chp->lock); in c4iw_create_cq()
281 pthread_spin_destroy(&chp->lock); in c4iw_destroy_cq()
407 pthread_spin_destroy(&qhp->lock); in create_qp_v0()
562 pthread_spin_destroy(&qhp->lock); in create_qp()
642 pthread_spin_destroy(&qhp->lock); in c4iw_destroy_qp()
/src/lib/libthr/thread/
H A Dthr_pspinlock.c47 __weak_reference(_pthread_spin_destroy, pthread_spin_destroy);
/src/lib/libthr/
H A Dpthread.map113 pthread_spin_destroy;
/src/lib/libc/include/
H A Dun-namespace.h180 #undef pthread_spin_destroy
H A Dnamespace.h199 #define pthread_spin_destroy _pthread_spin_destroy macro
/src/include/
H A Dpthread.h288 int pthread_spin_destroy(pthread_spinlock_t * __spin)
/src/contrib/unbound/util/
H A Dlocks.h145 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
/src/contrib/ofed/libirdma/
H A Dirdma_uverbs.c549 pthread_spin_destroy(&iwucq->lock); in ucreate_cq()
645 ret = pthread_spin_destroy(&iwucq->lock); in irdma_udestroy_cq()
1491 pthread_spin_destroy(&iwuqp->lock); in irdma_ucreate_qp()
1623 ret = pthread_spin_destroy(&iwuqp->lock); in irdma_udestroy_qp()
/src/share/man/man3/
H A DMakefile537 PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
/src/contrib/ofed/libmlx5/
H A Dmlx5.h731 return pthread_spin_destroy(&lock->lock); in mlx5_spinlock_destroy()
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_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()
/src/contrib/unbound/testcode/
H A Dchecklocks.c411 LOCKRET(pthread_spin_destroy(&e->u.spinlock)); in checklock_destroy()
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2652 fun:pthread_spin_destroy=uninstrumented