Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_pspinlock.c41 _Static_assert(sizeof(struct pthread_spinlock) <= THR_PAGE_SIZE_MIN,
55 struct pthread_spinlock *lck; in _pthread_spin_init()
61 roundup(sizeof(struct pthread_spinlock), CACHE_LINE_SIZE)); in _pthread_spin_init()
101 struct pthread_spinlock *lck; in _pthread_spin_trylock()
115 struct pthread_spinlock *lck; in _pthread_spin_lock()
145 struct pthread_spinlock *lck; in _pthread_spin_unlock()
H A Dthr_private.h220 struct pthread_spinlock { struct
/freebsd/sys/sys/
H A D_pthreadtypes.h55 struct pthread_spinlock;
79 typedef struct pthread_spinlock *pthread_spinlock_t;