struct FUTEX2_FLAGS [src]

Flags for futex v2 APIs (futex2_wait, futex2_wake, futex2_requeue, but not the futex2_waitv syscall, but also used in the futex2_waitone struct).

Fields

size: FUTEX2_SIZE
numa: bool = false
_reserved: u4 = 0
private: bool
_undefined: u24 = 0

Source

pub const FUTEX2_FLAGS = packed struct(u32) { size: FUTEX2_SIZE, numa: bool = false, _reserved: u4 = 0, private: bool, _undefined: u24 = 0, }