Home
last modified time | relevance | path

Searched refs:caller_wait (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/src/async/
H A Dcontext.cpp170 caller_wait.notify_one(); in spawn_complete()
294 ctx.caller_wait.notify_one(); in arm()
306 ctx.caller_wait.wait(lock, [&] { in wait_once()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp119 std::condition_variable caller_wait{}; member in sdbusplus::async::context