Searched defs:time_callback (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd/sd-netlink/
H A Dsd-netlink.c730 static int time_callback(sd_event_source *s, uint64_t usec, void *userdata) { function
810 r = sd_event_add_time(rtnl->event, &rtnl->time_event_source, CLOCK_MONOTONIC, 0, 0, time_callback, rtnl);
/systemd/src/libsystemd/sd-bus/
H A Dsd-bus.c3092 static int time_callback(sd_event_source *s, uint64_t usec, void *userdata) { function
3249 r = sd_event_add_time(bus->event, &bus->time_event_source, CLOCK_MONOTONIC, 0, 0, time_callback, bus);

Completed in 28 milliseconds