Home
last modified time | relevance | path

Searched refs:_thr_umtx_wake (Results 1 – 10 of 10) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_resume_np.c87 _thr_umtx_wake(&thread->cycle, 1); in resume_common()
H A Dthr_exit.c158 _thr_umtx_wake(&curthread->state, 0); in exit_thread()
H A Dthr_cond.c218 _thr_umtx_wake(&info->queued, 0); in cond_cancel_handler()
387 _thr_umtx_wake(&info->queued, 0); in cond_signal_common()
H A Dthr_barrier.c95 _thr_umtx_wake(&bar->b_cycle, 0); in _pthread_barrier_wait()
H A Dthr_umtx.h113 void _thr_umtx_wake(volatile umtx_t *mtx, int count);
H A Dthr_umtx.c284 _thr_umtx_wake(volatile umtx_t *mtx, int count) in _thr_umtx_wake() function
H A Dthr_create.c182 _thr_umtx_wake(&new_thread->cycle, 0); in _pthread_create()
H A Dthr_fork.c308 _thr_umtx_wake(&inprogress, 0); in _fork()
H A Dthr_sig.c104 _thr_umtx_wake(&curthread->cycle, 0); in _thr_suspend_check()
H A Dthr_sem.c402 _thr_umtx_wake(&(*sem)->count, 0); in _sem_post()