Searched defs:itimerfix (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c361 if (itimerfix(&aitv.it_value, min) ||
362 (itimerfix(&aitv.it_interval, min) && timerisset(&aitv.it_value)))
740 itimerfix(struct timeval *tv, int minimum) function
751 * Same as itimerfix, except a) it takes a timespec instead of a timeval and

Completed in 59 milliseconds