Searched refs:THR_UMUTEX_UNLOCK (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_barrier.c | 68 THR_UMUTEX_UNLOCK(curthread, &bar->b_lock); in _pthread_barrier_destroy() 75 THR_UMUTEX_UNLOCK(curthread, &bar->b_lock); in _pthread_barrier_destroy() 85 THR_UMUTEX_UNLOCK(curthread, &bar->b_lock); in _pthread_barrier_destroy() 155 THR_UMUTEX_UNLOCK(curthread, &bar->b_lock); in _pthread_barrier_wait() 167 THR_UMUTEX_UNLOCK(curthread, &bar->b_lock); in _pthread_barrier_wait()
|
H A D | thr_event.c | 51 THR_UMUTEX_UNLOCK(curthread, &_thr_event_lock); in _thr_report_creation() 64 THR_UMUTEX_UNLOCK(curthread, &_thr_event_lock); in _thr_report_death()
|
H A D | thr_spinlock.c | 68 THR_UMUTEX_UNLOCK(_get_curthread(), &_extra->lock); in __thr_spinunlock() 98 THR_UMUTEX_UNLOCK(curthread, &spinlock_static_lock); in init_spinlock()
|
H A D | thr_pspinlock.c | 152 return (THR_UMUTEX_UNLOCK(_get_curthread(), &lck->s_lock)); in _pthread_spin_unlock()
|
H A D | thr_sig.c | 443 THR_UMUTEX_UNLOCK(curthread, &(curthread)->lock); in check_suspend() 447 THR_UMUTEX_UNLOCK(curthread, &(curthread)->lock); in check_suspend()
|
H A D | thr_private.h | 607 #define THR_UMUTEX_UNLOCK(thrd, lck) \ macro
|