Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/
Dfs_select.c48 #define POLL_OUT_SET (POLLOUT | POLLWRBAND | POLLWRNORM | POLLERR) macro
290 if (pollset[ndx].revents & POLL_OUT_SET) in do_select()