Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp101 : pollingSetChanged_(false), in EventLoopImpl()
355 pollingSetChanged_ = true; in AddEventObject()
380 pollingSetChanged_ = true; in RemoveEventObject()
527 pollingSetChanged_ = false; in DispatchAll()
547 if (pollingSetChanged_) { in DispatchAll()
551 } while (pollingSetChanged_); in DispatchAll()
H A Devent_loop_impl.h81 bool pollingSetChanged_; variable