Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_umtx.c2903 do_unlock_umutex(struct thread *td, struct umutex *m, bool rb) in do_unlock_umutex() function
2979 error = do_unlock_umutex(td, m, false); in do_cv_wait()
4118 return (do_unlock_umutex(td, uap->obj, false)); in __umtx_op_unlock_umutex()
5123 return (do_unlock_umutex(td, (struct umutex *)rbp, true)); in umtx_handle_rb()