Home
last modified time | relevance | path

Searched defs:umtx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A D_umtx.h36 struct umtx { struct
37 volatile unsigned long u_owner; /* Owner of the mutex. */
H A Dsysproto.h2625 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member
2628 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member
/freebsd/sys/kern/
H A Dkern_umtx.c911 do_lock_umtx(struct thread *td, struct umtx *umtx, u_long id, in do_lock_umtx()
1029 do_unlock_umtx(struct thread *td, struct umtx *umtx, u_long id) in do_unlock_umtx()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h1053 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member
1056 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member