extern union futex_param4 [src]
Fields
timeout: ?*const timespec
val2: usizeOn all platforms only the bottom 32-bits of val2 are relevant.
This is 64-bit to match the pointer in the union.
Source
pub const futex_param4 = extern union {
timeout: ?*const timespec,
/// On all platforms only the bottom 32-bits of `val2` are relevant.
/// This is 64-bit to match the pointer in the union.
val2: usize,
}