Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/spi/example/
A Dspi_example.c38 ev.events = EPOLLIN | EPOLLOUT; in vfs_spi_test()
60 if (events[n].events & EPOLLIN) { in vfs_spi_test()
/AliOS-Things-master/components/drivers/peripheral/flash/example/
A Dflash_example.c49 ev.events = EPOLLIN | EPOLLOUT; in vfs_flash_test()
84 if (events[n].events & EPOLLIN) { in vfs_flash_test()
/AliOS-Things-master/components/epoll/example/
A Depoll_example.c38 event.events = EPOLLIN; in epoll_example()
/AliOS-Things-master/components/epoll/include/
A Depoll.h31 EPOLLIN = 0x001, enumerator
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c2044 revents |= EPOLLIN; in event_callback()

Completed in 10 milliseconds