Searched refs:EventLoopSelect (Results 1 – 3 of 3) sorted by relevance
24 EventLoopSelect::EventLoopSelect() in EventLoopSelect() function in DistributedDB::EventLoopSelect28 EventLoopSelect::~EventLoopSelect() in ~EventLoopSelect()32 int EventLoopSelect::Initialize() in Initialize()37 int EventLoopSelect::Prepare(const std::set<EventImpl *> &polling) in Prepare()43 int EventLoopSelect::Poll(EventTime sleepTime) in Poll()52 int EventLoopSelect::WakeUp() in WakeUp()58 int EventLoopSelect::Exit(const std::set<EventImpl *> &polling) in Exit()64 int EventLoopSelect::AddEvent(EventImpl *event) in AddEvent()70 int EventLoopSelect::RemoveEvent(EventImpl *event) in RemoveEvent()76 int EventLoopSelect::ModifyEvent(EventImpl *event, bool isAdd, EventsMask events) in ModifyEvent()[all …]
26 class EventLoopSelect : public EventLoopImpl {28 EventLoopSelect();29 ~EventLoopSelect();42 DECLARE_OBJECT_TAG(EventLoopSelect);
24 using EventLoop = DistributedDB::EventLoopSelect;