Module futex_wait

Source

Structs§

FutexPoller 🔒
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 🔒