Searched refs:LoopEvent (Results 1 – 6 of 6) sorted by relevance
55 struct LoopEvent { struct67 static LoopEvent CreateLoopEvent(uint64_t now) in CreateLoopEvent() argument69 LoopEvent event; in CreateLoopEvent()83 bool operator<(const LoopEvent &obj) const135 std::string GetHandlerInfo(const LoopEvent &) in GetHandlerInfo() argument145 bool FetchNextEvent(uint64_t now, uint64_t& leftTimeNanosecond, LoopEvent& event);146 void ProcessEvent(LoopEvent &event);147 void ReInsertPeriodicEvent(uint64_t now, LoopEvent &event);154 EventPriorityQueue<LoopEvent> pendingEvents_;175 std::atomic<LoopEvent *> currentProcessingEvent_;
75 LoopEvent event1 = LoopEvent::CreateLoopEvent(now);76 LoopEvent event2 = LoopEvent::CreateLoopEvent(now + 200); // 200ms later
173 LoopEvent loopEvent = LoopEvent::CreateLoopEvent(now); in AddEvent()203 LoopEvent loopEvent = LoopEvent::CreateLoopEvent(now); in AddEventForResult()234 LoopEvent loopEvent = LoopEvent::CreateLoopEvent(now); in AddTimerEvent()262 const LoopEvent &event = pendingEvents_.top(); in ResetTimerIfNeedLocked()434 LoopEvent event; in ProcessQueuedEvent()454 bool EventLoop::FetchNextEvent(uint64_t now, uint64_t& leftTimeNanosecond, LoopEvent& out) in FetchNextEvent()472 const LoopEvent &event = pendingEvents_.top(); in FetchNextEvent()485 void EventLoop::ProcessEvent(LoopEvent &event) in ProcessEvent()506 void EventLoop::ReInsertPeriodicEvent(uint64_t now, LoopEvent &event) in ReInsertPeriodicEvent()
19 <14>[ 3.819124] [pid=1][LoopEvent][INFO][le_signal.c:75]LE_AddSignal 17 020 <14>[ 3.819317] [pid=1][LoopEvent][INFO][le_signal.c:75]LE_AddSignal 15 1