Searched refs:EventLoopImpl (Results 1 – 8 of 8) sorted by relevance
100 EventLoopImpl::EventLoopImpl() in EventLoopImpl() function in DistributedDB::EventLoopImpl107 EventLoopImpl::~EventLoopImpl() in ~EventLoopImpl()110 int EventLoopImpl::Add(IEvent *event) in Add()131 int EventLoopImpl::Remove(IEvent *event) in Remove()155 int EventLoopImpl::Run() in Run()211 int EventLoopImpl::Stop() in Stop()217 int EventLoopImpl::Modify(EventImpl *event, bool isAdd, EventsMask events) in Modify()232 int EventLoopImpl::Modify(EventImpl *event, EventTime time) in Modify()245 EventTime EventLoopImpl::GetTime() const in GetTime()252 int EventLoopImpl::SendRequestToLoop(EventRequest *eventRequest) in SendRequestToLoop()[all …]
24 class EventLoopImpl; variable44 bool SetLoop(EventLoopImpl *loop);46 bool Attached(const EventLoopImpl *loop, bool &isLoopConfused) const;68 EventLoopImpl *loop_;
36 class EventLoopImpl : public IEventLoop {38 EventLoopImpl();39 ~EventLoopImpl() override;40 DISABLE_COPY_ASSIGN_MOVE(EventLoopImpl);
113 EventLoopImpl *loop = nullptr; in AddEvents()144 EventLoopImpl *loop = nullptr; in RemoveEvents()169 EventLoopImpl *loop = nullptr; in SetTimeout()190 EventLoopImpl *loop = nullptr; in Detach()255 bool EventImpl::SetLoop(EventLoopImpl *loop) in SetLoop()280 bool EventImpl::Attached(const EventLoopImpl *loop, bool &isLoopConfused) const in Attached()
30 EventLoopImpl *loop = new (std::nothrow) EventLoop; in CreateEventLoop()
26 class EventLoopSelect : public EventLoopImpl {
26 class EventLoopEpoll : public EventLoopImpl {
467 EventLoopImpl *loopImpl= static_cast<EventLoopImpl *>(g_loop);