Home
last modified time | relevance | path

Searched refs:EventLoopEpoll (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp25 EventLoopEpoll::EventLoopEpoll() in EventLoopEpoll() function in DistributedDB::EventLoopEpoll
30 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 …]
H A Devent_loop_epoll.h26 class EventLoopEpoll : public EventLoopImpl {
28 EventLoopEpoll();
29 ~EventLoopEpoll() override;
47 DECLARE_OBJECT_TAG(EventLoopEpoll);
H A Dievent_loop.cpp21 using EventLoop = DistributedDB::EventLoopEpoll;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp443 EventLoopEpoll *loop = new (std::nothrow) EventLoopEpoll;