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

/systemd/src/machine/
H A Dmachined.c336 static bool check_idle(void *userdata) { function
352 check_idle, m);
/systemd/src/shared/
H A Dbus-util.h64 int bus_event_loop_with_idle(sd_event *e, sd_bus *bus, const char *name, usec_t timeout, check_idle_t check_idle, void *userdata);
H A Dbus-util.c129 check_idle_t check_idle,
147 if (check_idle)
148 idle = check_idle(userdata);
124 bus_event_loop_with_idle( sd_event *e, sd_bus *bus, const char *name, usec_t timeout, check_idle_t check_idle, void *userdata) argument

Completed in 2762 milliseconds