pub type AtomicFutexWord = AtomicU32;
Atomic futex word, for a linux-like thread wait.
struct AtomicFutexWord { /* private fields */ }