Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.cpp263 detached_.notify_one(); in SetLoop()
277 WaitLockedUntil(detached_, [this]()->bool { return loop_ == nullptr; }); in Wait()
H A Devent_impl.h72 std::condition_variable detached_; variable