Searched refs:is_abs_real (Results 1 – 2 of 2) sorted by relevance
509 bool is_abs_real; in kern_clock_nanosleep() local520 is_abs_real = (flags & TIMER_ABSTIME) != 0; in kern_clock_nanosleep()528 is_abs_real = false; in kern_clock_nanosleep()541 if (is_abs_real) in kern_clock_nanosleep()565 } while (error == 0 && is_abs_real && td->td_rtcgen == 0); in kern_clock_nanosleep()
217 bool is_abs_real; /* TIMER_ABSTIME && CLOCK_REALTIME* */ member750 timo->is_abs_real = false; in abs_timeout_init()755 timo->is_abs_real = clockid == CLOCK_REALTIME || in abs_timeout_init()762 if (!timo->is_abs_real) { in abs_timeout_init()817 if (abstime != NULL && abstime->is_abs_real) { in umtxq_sleep()843 if (abstime->is_abs_real) in umtxq_sleep()