Home
last modified time | relevance | path

Searched refs:THR_UMTX_UNLOCK (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_fork.c102 THR_UMTX_UNLOCK(curthread, &_thr_atfork_lock); in _pthread_atfork()
131 THR_UMTX_UNLOCK(curthread, &_thr_atfork_lock); in _thr_atfork_kern()
150 THR_UMTX_UNLOCK(curthread, &_thr_atfork_lock); in __pthread_cxa_finalize()
186 THR_UMTX_UNLOCK(curthread, &_thr_atfork_lock); in _fork()
193 THR_UMTX_UNLOCK(curthread, &_thr_atfork_lock); in _fork()
309 THR_UMTX_UNLOCK(curthread, &_thr_atfork_lock); in _fork()
H A Dthr_event.c54 THR_UMTX_UNLOCK(curthread, &_thr_event_lock); in _thr_report_creation()
67 THR_UMTX_UNLOCK(curthread, &_thr_event_lock); in _thr_report_death()
H A Dthr_barrier.c96 THR_UMTX_UNLOCK(curthread, &bar->b_lock); in _pthread_barrier_wait()
100 THR_UMTX_UNLOCK(curthread, &bar->b_lock); in _pthread_barrier_wait()
H A Dthr_spinlock.c67 THR_UMTX_UNLOCK(curthread, (volatile umtx_t *)&lck->access_lock); in _spinunlock()
124 THR_UMTX_UNLOCK(curthread, &spinlock_static_lock); in init_spinlock()
H A Dthr_sig.c113 THR_UMTX_UNLOCK(curthread, &(curthread)->lock); in _thr_suspend_check()
118 THR_UMTX_UNLOCK(curthread, &(curthread)->lock); in _thr_suspend_check()
H A Dthr_private.h501 #define THR_UMTX_UNLOCK(thrd, lck) \ macro