Lines Matching full:completion
19 /* The sd_bus_wait/process completion event.
22 * task `co_await`ing Senders over and over. This class is the completion
35 // Arm the completion event.
45 /* The completion template based on receiver type.
48 * a template, so we need a sub-class of completion to hold the receiver.
95 // Create the completion for the wait. in tag_invoke()
104 // Handle the next sdbus event. Completion likely happened on a in loop()
123 "sdbusplus::async::context destructed without completion."); in ~context()
195 // Spawn the watch for completion / exceptions. in spawn_watcher()
219 // We've already been running and there might a completion pending. in caller_run()
274 // as the next completion. in arm()
291 // Assign ourselves as the pending completion and release the caller. in arm()
303 // If there isn't a completion waiting already, wait on the condition in wait_once()