Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_umtx.h49 struct ucond { struct
50 volatile __uint32_t c_has_waiters; /* Has waiters in kernel */
51 __uint32_t c_flags; /* Flags of the condition variable */
52 __uint32_t c_clockid; /* Clock id */
53 __uint32_t c_spare[1]; /* Spare space */