Searched refs:asyncOps (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/foundation/osal/base/ |
H A D | synchronizer.h | 44 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps) in Wait() argument 48 if (asyncOps) { in Wait() 51 asyncOps(); in Wait() 57 bool WaitFor(SyncIdType syncId, const std::function<void()>& asyncOps, int timeoutMs) in WaitFor() argument 61 if (!asyncOps) { in WaitFor() 66 asyncOps(); in WaitFor() 76 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps, ResultType& result) in Wait() argument 80 if (asyncOps) { in Wait() 83 asyncOps(); in Wait() 90 bool WaitFor(SyncIdType syncId, const std::function<bool()>& asyncOps, in argument [all...] |
/foundation/multimedia/media_foundation/src/osal/base/ |
H A D | synchronizer.h | 43 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps) in Wait() argument 47 if (asyncOps) { in Wait() 50 asyncOps(); in Wait() 56 bool WaitFor(SyncIdType syncId, const std::function<void()>& asyncOps, int timeoutMs) in WaitFor() argument 60 if (!asyncOps) { in WaitFor() 65 asyncOps(); in WaitFor() 75 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps, ResultType& result) in Wait() argument 79 if (asyncOps) { in Wait() 82 asyncOps(); in Wait() 89 bool WaitFor(SyncIdType syncId, const std::function<bool()>& asyncOps, in argument [all...] |
Completed in 1 milliseconds