Home
last modified time | relevance | path

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

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