Home
last modified time | relevance | path

Searched refs:IsInLoopThread (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.h51 bool IsInLoopThread(bool &started) const;
H A Devent_loop_impl.cpp303 bool EventLoopImpl::IsInLoopThread(bool &started) const in IsInLoopThread() function in DistributedDB::EventLoopImpl
578 if (IsInLoopThread(started)) { in OnKillLoop()
H A Devent_impl.cpp207 if (!loop->IsInLoopThread(started)) { in Detach()