Searched defs:umutex (Results 1 – 1 of 1) sorted by relevance
40 struct umutex { struct41 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];