Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_umtx.h38 struct umutex { struct
/f-stack/freebsd/kern/
H A Dkern_umtx.c236 _Static_assert(__offsetof(struct umutex, m_spare[0]) ==
988 do_lock_normal(struct thread *td, struct umutex *m, uint32_t flags, in do_lock_normal()
1238 do_wake_umutex(struct thread *td, struct umutex *m) in do_wake_umutex()
1304 do_wake2_umutex(struct thread *td, struct umutex *m, uint32_t flags) in do_wake2_umutex()
1794 do_lock_pi(struct thread *td, struct umutex *m, uint32_t flags, in do_lock_pi()
2130 do_lock_pp(struct thread *td, struct umutex *m, uint32_t flags, in do_lock_pp()
2475 do_lock_umutex(struct thread *td, struct umutex *m, in do_lock_umutex()
2513 do_unlock_umutex(struct thread *td, struct umutex *m, bool rb) in do_unlock_umutex()
2535 do_cv_wait(struct thread *td, struct ucond *cv, struct umutex *m, in do_cv_wait()
4602 struct umutex m; in umtx_handle_rb()
[all …]