Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dutil.c878 fd_wait_for_event(fd, POLLIN, USEC_INFINITY); in loop_read()
928 fd_wait_for_event(fd, POLLOUT, USEC_INFINITY); in loop_write()
1107 int fd_wait_for_event(int fd, int event, usec_t t) { in fd_wait_for_event() function
Dutil.h280 int fd_wait_for_event(int fd, int event, usec_t timeout);