Constant futex [src]

Source

pub const futex = switch (native_os) { .openbsd => openbsd.futex, .serenity => serenity.futex, else => {}, }