Searched refs:syncMap_ (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/foundation/osal/base/ |
H A D | synchronizer.h | 52 cv_.Wait(lock, [this, syncId] { return syncMap_.find(syncId) != syncMap_.end(); }); in Wait() 53 syncMap_.erase(syncId); in Wait() 67 auto rtv = cv_.WaitFor(lock, timeoutMs, [this, syncId] { return syncMap_.find(syncId) != syncMap_.end(); }); in WaitFor() 69 syncMap_.erase(syncId); in WaitFor() 84 cv_.Wait(lock, [this, syncId] { return syncMap_.find(syncId) != syncMap_.end(); }); in Wait() 85 result = syncMap_[syncId]; in Wait() 86 syncMap_ in Wait() 131 std::map<SyncIdType, ResultType> syncMap_; global() member in OHOS::Media::OSAL::Synchronizer [all...] |
/foundation/multimedia/media_foundation/src/osal/base/ |
H A D | synchronizer.h | 51 cv_.Wait(lock, [this, syncId] { return syncMap_.find(syncId) != syncMap_.end(); }); in Wait() 52 syncMap_.erase(syncId); in Wait() 66 auto rtv = cv_.WaitFor(lock, timeoutMs, [this, syncId] { return syncMap_.find(syncId) != syncMap_.end(); }); in WaitFor() 68 syncMap_.erase(syncId); in WaitFor() 83 cv_.Wait(lock, [this, syncId] { return syncMap_.find(syncId) != syncMap_.end(); }); in Wait() 84 result = syncMap_[syncId]; in Wait() 85 syncMap_ in Wait() 131 std::map<SyncIdType, ResultType> syncMap_; global() member in OHOS::Media::Synchronizer [all...] |
Completed in 2 milliseconds