Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/
Dfs_select.c47 #define POLL_IN_SET (POLLIN | POLLRDNORM | POLLRDBAND | POLLHUP | POLLERR) macro
279 if (pollset[ndx].revents & POLL_IN_SET) in do_select()