Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/include/
A Dpoll.h15 #ifndef POLLOUT
16 #define POLLOUT 0x004 macro
/AliOS-Things-master/components/select/include/
A Dselect.h12 #undef POLLOUT
13 #define POLLOUT 0x004 macro
/AliOS-Things-master/components/py_engine/tests/extmod/
A Duselect_poll_udp.py22 poll.modify(s, select.POLLOUT)
23 print(poll.poll(0)[0][1] == select.POLLOUT)
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dcore.py79 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)
/AliOS-Things-master/components/SDL2/src/core/unix/
A DSDL_poll.c50 info.events = POLLOUT; in SDL_IOReady()
/AliOS-Things-master/components/select/poll/
A Dpoll.c136 if (pfd->events & POLLOUT) { in pre_poll()
214 pfd->revents |= POLLOUT; in aos_poll()
/AliOS-Things-master/components/select/select/
A Dselect.c168 pfd->events = POLLOUT; in pre_select()
227 if ((pfd->revents & POLLOUT) && (writeset != NULL)) { in post_select()
/AliOS-Things-master/components/drivers/peripheral/spi/src/
A Dspi_dev.c392 fd->revents |= POLLOUT; in spi_rx_notify()
453 ((struct pollfd *)fd)->events |= POLLOUT; in spi_device_poll()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Duart_dev.c431 fd->revents |= POLLOUT; in uart_rx_notify()
495 ((struct pollfd *)fd)->events |= POLLOUT; in uart_device_poll()

Completed in 14 milliseconds