Searched refs:POLLIN (Results 1 – 5 of 5) sorted by relevance
25 #define POLLIN 0x001 /* There is data to read. */ macro
359 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_poll()392 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_ppoll()
Completed in 6 milliseconds