Searched refs:EventLoopEpoll (Results 1 – 4 of 4) sorted by relevance
25 EventLoopEpoll::EventLoopEpoll() in EventLoopEpoll() function in DistributedDB::EventLoopEpoll30 EventLoopEpoll::~EventLoopEpoll() in ~EventLoopEpoll()40 int EventLoopEpoll::Initialize() in Initialize()88 int EventLoopEpoll::Poll(EventTime sleepTime) in Poll()117 int EventLoopEpoll::WakeUp() in WakeUp()141 int EventLoopEpoll::Exit(const std::set<EventImpl *> &polling) in Exit()153 void EventLoopEpoll::EpollWokenUp() in EpollWokenUp()186 EventsMask EventLoopEpoll::CalEventsMask(uint32_t epollEvents) in CalEventsMask()230 int EventLoopEpoll::AddEvent(EventImpl *event) in AddEvent()247 int EventLoopEpoll::RemoveEvent(EventImpl *event) in RemoveEvent()[all …]
26 class EventLoopEpoll : public EventLoopImpl {28 EventLoopEpoll();29 ~EventLoopEpoll() override;47 DECLARE_OBJECT_TAG(EventLoopEpoll);
21 using EventLoop = DistributedDB::EventLoopEpoll;
443 EventLoopEpoll *loop = new (std::nothrow) EventLoopEpoll;