Skip to main content

Futex

Type Alias Futex 

Source
type Futex = Atomic<u32>;

Aliased Type§

#[repr(C)]
struct Futex { /* private fields */ }