Searched refs:TIMER_ABSTIME (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_nanosleep.c53 ATF_REQUIRE(clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &rqtp, &rmtp) == 0);
/freebsd-10-stable/include/
H A Dtime.h118 #if !defined(TIMER_ABSTIME) && __POSIX_VISIBLE >= 200112
122 #define TIMER_ABSTIME 0x1 /* absolute timer */ macro
123 #endif /* !defined(TIMER_ABSTIME) && __POSIX_VISIBLE >= 200112 */
/freebsd-10-stable/sys/sys/
H A Dtime.h400 #ifndef TIMER_ABSTIME
402 #define TIMER_ABSTIME 0x1 /* absolute timer */ macro
/freebsd-10-stable/sys/kern/
H A Dkern_time.c1477 if ((flags & TIMER_ABSTIME) == 0) {

Completed in 71 milliseconds