Home
last modified time | relevance | path

Searched defs:asyncOps (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/histreamer/engine/foundation/osal/base/
Dsynchronizer.h44 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps) in Wait()
57 bool WaitFor(SyncIdType syncId, const std::function<void()>& asyncOps, int timeoutMs) in WaitFor()
76 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps, ResultType& result) in Wait()
90 …bool WaitFor(SyncIdType syncId, const std::function<bool()>& asyncOps, int timeoutMs, ResultType& … in WaitFor()