Home
last modified time | relevance | path

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

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