Searched refs:TFD_TIMER_CANCEL_ON_SET (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dmissing.h601 #ifndef TFD_TIMER_CANCEL_ON_SET
602 # define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
/systemd/src/timesync/
H A Dtimesyncd-manager.c304 if (timerfd_settime(m->clock_watch_fd, TFD_TIMER_ABSTIME|TFD_TIMER_CANCEL_ON_SET, &its, NULL) < 0)
/systemd/src/core/
H A Dmanager.c352 /* Uses TFD_TIMER_CANCEL_ON_SET to get notifications whenever
359 if (timerfd_settime(m->time_change_fd, TFD_TIMER_ABSTIME|TFD_TIMER_CANCEL_ON_SET, &its, NULL) < 0) {
360 log_debug_errno(errno, "Failed to set up TFD_TIMER_CANCEL_ON_SET, ignoring: %m");
371 log_debug("Set up TFD_TIMER_CANCEL_ON_SET timerfd.");

Completed in 2354 milliseconds