Home
last modified time | relevance | path

Searched refs:s_lock (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_pspinlock.c50 _thr_umtx_init(&lck->s_lock); in _pthread_spin_init()
80 return (THR_UMTX_TRYLOCK_PERSIST(curthread, &lck->s_lock)); in _pthread_spin_trylock()
95 while (THR_UMTX_TRYLOCK_PERSIST(curthread, &lck->s_lock) != 0) { in _pthread_spin_lock()
96 while (lck->s_lock) { in _pthread_spin_lock()
116 THR_UMTX_UNLOCK_PERSIST(curthread, &lck->s_lock); in _pthread_spin_unlock()
H A Dthr_private.h193 volatile umtx_t s_lock; member