Structsยง
- Condvar ๐
- The conditional variable state.
- Condvar
Ref - Futex ๐
- The futex state.
- Futex
Ref - Futex
Waiter ๐ - A thread waiting on a futex.
- Mutex ๐
- The mutex state.
- Mutex
Ref - RwLock ๐
- The read-write lock state.
- RwLock
Ref
Constantsยง
- LAZY_
INIT_ COOKIE - We designate an
init`` field in all primitives. If
init` is set to this, we consider the primitive initialized.