pub const SYS_CLOCK_NANOSLEEP: usize = 502;Expand description
Suspend execution on a specific clock.
clock_id: clock to use for the sleepflags:TIMER_ABSTIME(1) for absolute time, 0 for relativereq_ptr: pointer to aTimespecstructrem_ptr: pointer to receive the remaining time (0 = ignore)
Returns 0 on success.