Searched refs:process_timer (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-event/ |
D | sd-event.c | 3167 static int process_timer( in process_timer() function 4113 r = process_timer(e, e->timestamp.realtime, &e->realtime); in sd_event_wait() 4117 r = process_timer(e, e->timestamp.boottime, &e->boottime); in sd_event_wait() 4121 r = process_timer(e, e->timestamp.realtime, &e->realtime_alarm); in sd_event_wait() 4125 r = process_timer(e, e->timestamp.boottime, &e->boottime_alarm); in sd_event_wait() 4129 r = process_timer(e, e->timestamp.monotonic, &e->monotonic); in sd_event_wait()
|