REALTIME = 0
MONOTONIC = 1
BOOTTIME = 7
REALTIME_ALARM = 8
BOOTTIME_ALARM = 9
_
pub const timerfd_clockid_t = enum(u32) { REALTIME = 0, MONOTONIC = 1, BOOTTIME = 7, REALTIME_ALARM = 8, BOOTTIME_ALARM = 9, _, }
Press escape to exit search and then '?' to see more options.