Home
last modified time | relevance | path

Searched refs:pthread_spinlock_t (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_pspinlock.c53 _pthread_spin_init(pthread_spinlock_t *lock, int pshared) in _pthread_spin_init()
78 _pthread_spin_destroy(pthread_spinlock_t *lock) in _pthread_spin_destroy()
99 _pthread_spin_trylock(pthread_spinlock_t *lock) in _pthread_spin_trylock()
112 _pthread_spin_lock(pthread_spinlock_t *lock) in _pthread_spin_lock()
143 _pthread_spin_unlock(pthread_spinlock_t *lock) in _pthread_spin_unlock()
/freebsd/include/
H A Dpthread.h286 int pthread_spin_init(pthread_spinlock_t * __spin, int)
288 int pthread_spin_destroy(pthread_spinlock_t * __spin)
290 int pthread_spin_lock(pthread_spinlock_t * __spin)
292 int pthread_spin_trylock(pthread_spinlock_t * __spin)
294 int pthread_spin_unlock(pthread_spinlock_t * __spin)
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h127 pthread_spinlock_t uar_lock;
132 pthread_spinlock_t bf_lock;
181 pthread_spinlock_t lock;
196 pthread_spinlock_t lock;
211 pthread_spinlock_t lock;
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h62 pthread_spinlock_t lock;
107 pthread_spinlock_t lock;
118 pthread_spinlock_t lock;
/freebsd/contrib/ofed/include/
H A Dudma_barrier.h266 static inline void mmio_wc_spinlock(pthread_spinlock_t *lock) in mmio_wc_spinlock()
276 static inline void mmio_wc_spinunlock(pthread_spinlock_t *lock) in mmio_wc_spinunlock()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR()
78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR()
86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR()
94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h114 pthread_spinlock_t lock;
135 pthread_spinlock_t lock;
H A Dirdma_user.h397 pthread_spinlock_t *lock;
/freebsd/sys/sys/
H A D_pthreadtypes.h79 typedef struct pthread_spinlock *pthread_spinlock_t; typedef
/freebsd/contrib/unbound/util/
H A Dlocks.h136 typedef pthread_spinlock_t lock_quick_type;
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp181 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *spinlock) { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors.cpp388 pthread_spinlock_t spin_lock; in TEST()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h203 pthread_spinlock_t lock;
/freebsd/contrib/unbound/
H A Dconfig.h.in560 /* Define to 1 if the system has the type 'pthread_spinlock_t'. */
H A Dconfigure.ac686 AC_CHECK_TYPES([pthread_spinlock_t, pthread_rwlock_t],,,[#include <pthread.h>])