Constant cloudabi::CONDVAR_HAS_NO_WAITERS [] [src]

pub const CONDVAR_HAS_NO_WAITERS: condvar = condvar(0)

The condition variable is in its initial state. There are no threads waiting to be woken up. If the condition variable has any other value, the kernel must be called to wake up any sleeping threads.