Home
last modified time | relevance | path

Searched refs:bus_event_loop_with_idle (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/shared/
Dbus-util.h29 int bus_event_loop_with_idle(sd_event *e, sd_bus *bus, const char *name, usec_t timeout, check_idle…
Dbus-util.c94 int bus_event_loop_with_idle( in bus_event_loop_with_idle() function
/systemd-251/src/portable/
Dportabled.c119 return bus_event_loop_with_idle( in manager_run()
/systemd-251/src/machine/
Dmachined.c312 return bus_event_loop_with_idle( in manager_run()
/systemd-251/src/locale/
Dlocaled.c874 …r = bus_event_loop_with_idle(event, bus, "org.freedesktop.locale1", DEFAULT_EXIT_USEC, NULL, NULL); in run()
/systemd-251/src/timedate/
Dtimedated.c1168 …r = bus_event_loop_with_idle(event, bus, "org.freedesktop.timedate1", DEFAULT_EXIT_USEC, NULL, NUL… in run()
/systemd-251/src/hostname/
Dhostnamed.c1423 …r = bus_event_loop_with_idle(event, bus, "org.freedesktop.hostname1", DEFAULT_EXIT_USEC, NULL, NUL… in run()
/systemd-251/src/import/
Dimportd.c1357 return bus_event_loop_with_idle( in manager_run()