Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Deventpoll.h28 #define EPOLLIN (__force __poll_t) 0x00000001 macro
/bionic/tests/
Dsys_epoll_test.cpp67 ev.events = EPOLLIN; in TEST()