Constant FUTEX_BITSET_MATCH_ANY
pub const FUTEX_BITSET_MATCH_ANY: i32 = 0xffff_ffff; // -1i32
Available on crate feature
dep_nc
only.Expand description
bitset with all bits set for the FUTEX_xxx_BITSET
OPs to request a
match of any bit.