Searched refs:g_epoll_fd (Results 1 – 1 of 1) sorted by relevance
49 static android::base::unique_fd g_epoll_fd; variable64 g_epoll_fd.reset(); in ev_init()118 g_epoll_fd.reset(epoll_fd.release()); in ev_init()123 return g_epoll_fd.get(); in ev_get_epollfd()134 int ret = epoll_ctl(g_epoll_fd, EPOLL_CTL_ADD, fd, &ev); in ev_add_fd()151 g_epoll_fd.reset(); in ev_exit()155 g_polled_events_count = epoll_wait(g_epoll_fd, g_polled_events, g_ev_count, timeout); in ev_wait()