struct EFD [src]
Members
Source
pub const EFD = struct {
pub const SEMAPHORE = 1;
pub const CLOEXEC = 1 << @bitOffsetOf(O, "CLOEXEC");
pub const NONBLOCK = 1 << @bitOffsetOf(O, "NONBLOCK");
}
pub const EFD = struct {
pub const SEMAPHORE = 1;
pub const CLOEXEC = 1 << @bitOffsetOf(O, "CLOEXEC");
pub const NONBLOCK = 1 << @bitOffsetOf(O, "NONBLOCK");
}