Home
last modified time | relevance | path

Searched refs:TIMER_MONOTONIC_CLOCK (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/core/
Dtimer.h67 #define TIMER_MONOTONIC_CLOCK(t) ((t)->wake_system ? CLOCK_BOOTTIME_ALARM : CLOCK_MONOTONIC) macro
Dtimer.c475 …v->next_elapse = usec_add(usec_shift_clock(base, CLOCK_MONOTONIC, TIMER_MONOTONIC_CLOCK(t)), v->va… in timer_enter_waiting()
479 … v->next_elapse < triple_timestamp_by_clock(&ts, TIMER_MONOTONIC_CLOCK(t)) && in timer_enter_waiting()
506 …ed(t->next_elapse_monotonic_or_boottime, triple_timestamp_by_clock(&ts, TIMER_MONOTONIC_CLOCK(t))); in timer_enter_waiting()
Ddbus-timer.c116TIMER_MONOTONIC_CLOCK(t), CLOCK_MONOTONIC)); in property_get_next_elapse_monotonic()