Searched defs:EventLoop (Results 1 – 6 of 6) sorted by relevance
29 typedef struct EventLoop EventLoop; typedef30 struct EventLoop { struct43 * @return EventLoop* - pointer to the event loop object or NULL if failed argument
21 using EventLoop = DistributedDB::EventLoopEpoll; typedef24 using EventLoop = DistributedDB::EventLoopSelect; typedef
50 } EventLoop; typedef
95 void HRilTimerCallback::EventLoop() in EventLoop() function in OHOS::Telephony::HRilTimerCallback
53 EventLoop::EventLoop(const std::string &name) : name_(name), nextWakeupTime_(0), currentProcessingE… in EventLoop() function in OHOS::HiviewDFX::EventLoop
459 std::unique_ptr<IOEventReactor> EventLoop(std::shared_ptr<TimerFdHandler>& handler, benchmark::Stat… in EventLoop() function