Searched refs:bus_event_loop_with_idle (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/shared/ |
D | bus-util.h | 29 int bus_event_loop_with_idle(sd_event *e, sd_bus *bus, const char *name, usec_t timeout, check_idle…
|
D | bus-util.c | 94 int bus_event_loop_with_idle( in bus_event_loop_with_idle() function
|
/systemd-251/src/portable/ |
D | portabled.c | 119 return bus_event_loop_with_idle( in manager_run()
|
/systemd-251/src/machine/ |
D | machined.c | 312 return bus_event_loop_with_idle( in manager_run()
|
/systemd-251/src/locale/ |
D | localed.c | 874 …r = bus_event_loop_with_idle(event, bus, "org.freedesktop.locale1", DEFAULT_EXIT_USEC, NULL, NULL); in run()
|
/systemd-251/src/timedate/ |
D | timedated.c | 1168 …r = bus_event_loop_with_idle(event, bus, "org.freedesktop.timedate1", DEFAULT_EXIT_USEC, NULL, NUL… in run()
|
/systemd-251/src/hostname/ |
D | hostnamed.c | 1423 …r = bus_event_loop_with_idle(event, bus, "org.freedesktop.hostname1", DEFAULT_EXIT_USEC, NULL, NUL… in run()
|
/systemd-251/src/import/ |
D | importd.c | 1357 return bus_event_loop_with_idle( in manager_run()
|