Structs§
- Futex
Poller 🔒 - Poller returns true if its triggered and false if it times out
Functions§
- futex_
wait - Wait for a futex_wake operation to wake us. Returns with EINVAL if the futex doesn’t hold the expected value. Returns false on timeout, and true in all other cases.
- futex_
wait_ 🔒internal