Home
last modified time | relevance | path

Searched refs:RunLoop (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Devent_reactor.h53 void RunLoop(int timeout) const;
73 mutable volatile bool loopReady_; // refers to whether reactor is ready to call RunLoop().
74 volatile bool switch_; // a switch to enable while-loop in RunLoop(). true: start, false: stop.
H A Devent_reactor.cpp71 void EventReactor::RunLoop(int timeout) const in RunLoop() function in OHOS::Utils::EventReactor
H A Dtimer.cpp151 reactor_->RunLoop(timeoutMs_); in MainLoop()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.h126 void RunLoop() const in RunLoop() function in Commonlibrary::Concurrent::TaskPoolModule::Worker
H A Dworker.cpp258 worker->RunLoop(); in ExecuteInThread()

Completed in 3 milliseconds