Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp111 initCondition_.notify_all(); in Init()
118 initCondition_.notify_all(); in Init()
122 initCondition_.notify_all(); in Init()
143 bool result = initCondition_.wait_for(lock, std::chrono::seconds(waitTime), [this]() { in FindExecutor()
H A Dstorage_engine.h146 std::condition_variable initCondition_; variable