Searched refs:time_callback (Results 1 - 2 of 2) sorted by relevance
/systemd/src/libsystemd/sd-netlink/ |
H A D | sd-netlink.c | 730 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 D | sd-bus.c | 3092 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 300 milliseconds