Module unix
Functions
-
futex_wait
Waits for a
futex_wakeoperation to wake us. -
futex_wake
Wakes up one thread that's blocked on
futex_waiton this futex. -
futex_wake_all
Wakes up all threads that are waiting on
futex_waiton this futex.
Type Aliases
- Futex An atomic for use as a futex that is at least 32-bits but may be larger
- Primitive Must be the underlying type of Futex
- SmallFutex An atomic for use as a futex that is at least 8-bits but may be larger.
- SmallPrimitive Must be the underlying type of SmallFutex