Searched refs:TIMER_ABSTIME (Results 1 – 3 of 3) sorted by relevance
118 #if !defined(TIMER_ABSTIME) && __POSIX_VISIBLE >= 200112122 #define TIMER_ABSTIME 0x1 /* absolute timer */ macro
355 #ifndef TIMER_ABSTIME357 #define TIMER_ABSTIME 0x1 /* absolute timer */ macro
1461 if ((flags & TIMER_ABSTIME) == 0) { in realtimer_settime()