Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.0/default/
Dhealthd_common.cpp66 static int epollfd; variable
92 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &ev) == -1) { in healthd_register_event()
227 nevents = epoll_wait(epollfd, events, eventct, timeout); in healthd_mainloop()
243 epollfd = epoll_create(MAX_EPOLL_EVENTS); in healthd_init()
244 if (epollfd == -1) { in healthd_init()