Home
last modified time | relevance | path

Searched refs:monotonic_event_source (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/core/
Dtimer.c68 t->monotonic_event_source = sd_event_source_disable_unref(t->monotonic_event_source); in timer_done()
292 … t->monotonic_event_source = sd_event_source_disable_unref(t->monotonic_event_source); in timer_set_state()
509 if (t->monotonic_event_source) { in timer_enter_waiting()
510 … r = sd_event_source_set_time(t->monotonic_event_source, t->next_elapse_monotonic_or_boottime); in timer_enter_waiting()
514 … r = sd_event_source_set_enabled(t->monotonic_event_source, SD_EVENT_ONESHOT); in timer_enter_waiting()
521 &t->monotonic_event_source, in timer_enter_waiting()
528 … (void) sd_event_source_set_description(t->monotonic_event_source, "timer-monotonic"); in timer_enter_waiting()
531 } else if (t->monotonic_event_source) { in timer_enter_waiting()
533 r = sd_event_source_set_enabled(t->monotonic_event_source, SD_EVENT_OFF); in timer_enter_waiting()
Dtimer.h52 sd_event_source *monotonic_event_source; member