Searched refs:EpollCtl (Results 1 – 2 of 2) sorted by relevance
167 epoll->EpollCtl(EPOLL_CTL_ADD, control_read_end_, &control_event); in AttachThread()170 epoll->EpollCtl(EPOLL_CTL_ADD, vhci_socket_, &vhci_event); in AttachThread()
249 int EpollCtl(int op, cvd::SharedFD new_fd, struct epoll_event* event) { in EpollCtl() function