Type TIMERFD_CLOCK [src]
Alias for std.c.timerfd_clockid_t
Source
pub const timerfd_clockid_t = switch (native_os) {
.freebsd => enum(u32) {
REALTIME = 0,
MONOTONIC = 4,
_,
},
.linux => linux.timerfd_clockid_t,
else => clockid_t,
}