Home
last modified time | relevance | path

Searched refs:WaitLockedUntil (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dref_object.h55 bool WaitLockedUntil(std::condition_variable &cv,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dref_object.cpp128 bool RefObject::WaitLockedUntil(std::condition_variable &cv, in WaitLockedUntil() function in DistributedDB::RefObject
H A Dnotification_chain.cpp295 bool noDeadLock = WaitLockedUntil(safeKill_, [this]() { in KillWait()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.cpp277 WaitLockedUntil(detached_, [this]()->bool { return loop_ == nullptr; }); in Wait()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp617 bool noDeadLock = WaitLockedUntil( in KillWait()