Home
last modified time | relevance | path

Searched refs:nsec (Results 1 – 1 of 1) sorted by relevance

/components/libc/posix/io/timerfd/
A Dtimerfd.c345 static void timerfd_time_operation(time_t *sec, long *nsec) in timerfd_time_operation() argument
347 if (*nsec < 0) in timerfd_time_operation()
352 *nsec = 1 * SEC_TO_NSEC + *nsec; in timerfd_time_operation()
356 if (*sec < 0 || *nsec < 0) in timerfd_time_operation()
359 *nsec = 0; in timerfd_time_operation()

Completed in 4 milliseconds