Searched refs:check_idle (Results 1 - 3 of 3) sorted by relevance
/systemd/src/machine/ |
H A D | machined.c | 336 static bool check_idle(void *userdata) { function 352 check_idle, m);
|
/systemd/src/shared/ |
H A D | bus-util.h | 64 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 D | bus-util.c | 129 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