Home
last modified time | relevance | path

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

/coreutils/src/
Diopoll.c70 int check_out_events = POLLERR | POLLHUP | POLLNVAL; in iopoll_internal() local
76 check_out_events = POLLOUT; in iopoll_internal()
90 if (pfds[1].revents & check_out_events) in iopoll_internal()