Searched refs:bus_poll (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | sd-bus.c | 71 static int bus_poll(sd_bus *bus, bool need_more, uint64_t timeout_usec); 2112 r = bus_poll(bus, true, left); 2822 static int bus_poll(sd_bus *bus, bool need_more, uint64_t timeout_usec) { function 2895 return bus_poll(bus, false, timeout_usec); 2931 r = bus_poll(bus, false, (uint64_t) -1);
|
Completed in 505 milliseconds