Home
last modified time | relevance | path

Searched refs:pthread_spinlock (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/lib/libthr/thread/
H A Dthr_pspinlock.c44 _Static_assert(sizeof(struct pthread_spinlock) <= PAGE_SIZE,
58 struct pthread_spinlock *lck; in _pthread_spin_init()
63 lck = malloc(sizeof(struct pthread_spinlock)); in _pthread_spin_init()
103 struct pthread_spinlock *lck; in _pthread_spin_trylock()
117 struct pthread_spinlock *lck; in _pthread_spin_lock()
147 struct pthread_spinlock *lck; in _pthread_spin_unlock()
H A Dthr_private.h222 struct pthread_spinlock { struct
/freebsd-13.1/sys/sys/
H A D_pthreadtypes.h57 struct pthread_spinlock;
81 typedef struct pthread_spinlock *pthread_spinlock_t;