Home
last modified time | relevance | path

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

/third_party/alsa-utils/axfer/
Dwaiter-select.c22 # define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT) macro
26 # define POLLOUT_SET (POLLOUT) macro
61 if (pfd->events & POLLOUT_SET) in select_wait_event()