Home
last modified time | relevance | path

Searched refs:time_callback (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-netlink/
Dsd-netlink.c802 static int time_callback(sd_event_source *s, uint64_t usec, void *userdata) { in time_callback() function
882 …r = sd_event_add_time(nl->event, &nl->time_event_source, CLOCK_MONOTONIC, 0, 0, time_callback, nl); in sd_netlink_attach_event()
/systemd-251/src/shared/
Dvarlink.c1867 static int time_callback(sd_event_source *s, uint64_t usec, void *userdata) { in time_callback() function
1948 … r = sd_event_add_time(v->event, &v->time_event_source, CLOCK_MONOTONIC, 0, 0, time_callback, v); in varlink_attach_event()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c3611 static int time_callback(sd_event_source *s, uint64_t usec, void *userdata) { in time_callback() function
3802 … sd_event_add_time(bus->event, &bus->time_event_source, CLOCK_MONOTONIC, 0, 0, time_callback, bus); in sd_bus_attach_event()