Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
Dvhci_instrument.cpp167 epoll->EpollCtl(EPOLL_CTL_ADD, control_read_end_, &control_event); in AttachThread()
170 epoll->EpollCtl(EPOLL_CTL_ADD, vhci_socket_, &vhci_event); in AttachThread()
/device/google/cuttlefish_common/common/libs/fs/
Dshared_fd.h249 int EpollCtl(int op, cvd::SharedFD new_fd, struct epoll_event* event) { in EpollCtl() function