Searched refs:TIMER_ABSTIME (Results 1 – 7 of 7) sorted by relevance
118 #if !defined(TIMER_ABSTIME) && __POSIX_VISIBLE >= 200112122 #define TIMER_ABSTIME 0x1 /* absolute timer */ macro
164 if (!(flags & TIMER_ABSTIME)) in clock_highres_timer_settime()183 if (!(flags & TIMER_ABSTIME)) in clock_highres_timer_settime()
209 if (!(flags & TIMER_ABSTIME)) in clock_realtime_timer_settime()
134 #define TIMER_ABSTIME 0x1 /* set timer absolute */ macro
355 #ifndef TIMER_ABSTIME357 #define TIMER_ABSTIME 0x1 /* absolute timer */ macro
630 if (flags & TIMER_ABSTIME) { in clock_nanosleep()648 if (flags & TIMER_ABSTIME) { in clock_nanosleep()665 (flags & TIMER_ABSTIME)) { in clock_nanosleep()
373 TIMER_ABSTIME : TIMER_RELTIME, &when); in timerfd_ioctl()