Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A D_umtx.h40 struct umutex { struct
41 volatile __lwpid_t m_owner; /* Owner of the mutex */
42 __uint32_t m_flags; /* Flags of the mutex */
43 __uint32_t m_ceilings[2]; /* Priority protect ceiling */
44 __uintptr_t m_rb_lnk; /* Robust linkage */
46 __uint32_t m_pad;
48 __uint32_t m_spare[2];