Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_epoll.cpp118 …res.emplace_back(std::make_pair(epollEvents[idx].data.fd, Epoll2Reactor(epollEvents[idx].events))); in Polling()
127 REventId IOEventEpoll::Epoll2Reactor(EPEventId epollEvents) in Epoll2Reactor() function in OHOS::Utils::IOEventEpoll
H A Devent_demultiplexer.h46 static uint32_t Epoll2Reactor(uint32_t epollEvents);
H A Dio_event_epoll.h53 REventId Epoll2Reactor(EPEventId epollEvents);
H A Devent_demultiplexer.cpp146 uint32_t EventDemultiplexer::Epoll2Reactor(uint32_t epollEvents) in Epoll2Reactor() function in OHOS::Utils::EventDemultiplexer