Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h130 struct umutex32 { struct
131 volatile __lwpid_t m_owner; /* Owner of the mutex */
132 __uint32_t m_flags; /* Flags of the mutex */
133 __uint32_t m_ceilings[2]; /* Priority protect ceiling */
134 __uint32_t m_rb_lnk; /* Robust linkage */
135 __uint32_t m_pad;
136 __uint32_t m_spare[2];