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

/systemd/src/journal/
H A Djournald-server.c1617 static int dispatch_watchdog(sd_event_source *es, uint64_t usec, void *userdata) { function
1705 r = sd_event_add_time(s->event, &s->watchdog_event_source, CLOCK_MONOTONIC, now(CLOCK_MONOTONIC) + s->watchdog_usec/2, s->watchdog_usec/4, dispatch_watchdog, s);

Completed in 13 milliseconds