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

/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c1114 int bus_kernel_write_message(sd_bus *bus, sd_bus_message *m, bool hint_sync_call) { argument
1139 if (hint_sync_call) {
1191 } else if (hint_sync_call) {
H A Dsd-bus.c1617 static int bus_write_message(sd_bus *bus, sd_bus_message *m, bool hint_sync_call, size_t *idx) { argument
1624 r = bus_kernel_write_message(bus, m, hint_sync_call);
1736 static int bus_send_internal(sd_bus *bus, sd_bus_message *_m, uint64_t *cookie, bool hint_sync_call) { argument
1782 r = bus_write_message(bus, m, hint_sync_call, &idx);

Completed in 24 milliseconds