Searched refs:POLLOUT (Results 1 – 9 of 9) sorted by relevance
15 #ifndef POLLOUT16 #define POLLOUT 0x004 macro
12 #undef POLLOUT13 #define POLLOUT 0x004 macro
22 poll.modify(s, select.POLLOUT)23 print(poll.poll(0)[0][1] == select.POLLOUT)
79 self.poller.register(s, select.POLLIN if idx == 0 else select.POLLOUT)85 self.poller.modify(s, select.POLLIN | select.POLLOUT)116 if ev & ~select.POLLOUT and sm[0] is not None:127 self.poller.modify(s, select.POLLOUT)
50 info.events = POLLOUT; in SDL_IOReady()
136 if (pfd->events & POLLOUT) { in pre_poll()214 pfd->revents |= POLLOUT; in aos_poll()
168 pfd->events = POLLOUT; in pre_select()227 if ((pfd->revents & POLLOUT) && (writeset != NULL)) { in post_select()
392 fd->revents |= POLLOUT; in spi_rx_notify()453 ((struct pollfd *)fd)->events |= POLLOUT; in spi_device_poll()
431 fd->revents |= POLLOUT; in uart_rx_notify()495 ((struct pollfd *)fd)->events |= POLLOUT; in uart_device_poll()
Completed in 14 milliseconds