Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dreactor.cc204 int modify_fd; in ModifyRegistration() local
205 RUN_NO_INTR(modify_fd = epoll_ctl(epoll_fd_, EPOLL_CTL_MOD, reactable->fd_, &event)); in ModifyRegistration()
206 ASSERT(modify_fd != -1); in ModifyRegistration()