Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/spi/example/
A Dspi_example.c38 ev.events = EPOLLIN | EPOLLOUT; in vfs_spi_test()
65 } else if (events[n].events & EPOLLOUT) { in vfs_spi_test()
/AliOS-Things-master/components/drivers/peripheral/flash/example/
A Dflash_example.c49 ev.events = EPOLLIN | EPOLLOUT; in vfs_flash_test()
89 } else if (events[n].events & EPOLLOUT) { in vfs_flash_test()
/AliOS-Things-master/components/epoll/include/
A Depoll.h33 EPOLLOUT = 0x004, enumerator
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c2047 revents |= EPOLLOUT; in event_callback()

Completed in 10 milliseconds