Searched refs:pthread_spinlock_t (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_pspinlock.c | 53 _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 D | pthread.h | 286 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 D | mlx4.h | 127 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 D | libcxgb4.h | 62 pthread_spinlock_t lock; 107 pthread_spinlock_t lock; 118 pthread_spinlock_t lock;
|
/freebsd/contrib/ofed/include/ |
H A D | udma_barrier.h | 266 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 D | dd_interceptors.cpp | 71 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 D | irdma_umain.h | 114 pthread_spinlock_t lock; 135 pthread_spinlock_t lock;
|
H A D | irdma_user.h | 397 pthread_spinlock_t *lock;
|
/freebsd/sys/sys/ |
H A D | _pthreadtypes.h | 79 typedef struct pthread_spinlock *pthread_spinlock_t; typedef
|
/freebsd/contrib/unbound/util/ |
H A D | locks.h | 136 typedef pthread_spinlock_t lock_quick_type;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 181 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *spinlock) { in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_interceptors.cpp | 388 pthread_spinlock_t spin_lock; in TEST()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.h | 203 pthread_spinlock_t lock;
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 560 /* Define to 1 if the system has the type 'pthread_spinlock_t'. */
|
H A D | configure.ac | 686 AC_CHECK_TYPES([pthread_spinlock_t, pthread_rwlock_t],,,[#include <pthread.h>])
|