Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/posix/include/
A Dpoll.h18 #ifndef POLLERR
19 #define POLLERR 0x008 macro
/AliOS-Things-master/components/select/include/
A Dselect.h14 #undef POLLERR
15 #define POLLERR 0x008 macro
/AliOS-Things-master/components/select/poll/
A Dpoll.c139 if (pfd->events & POLLERR) { in pre_poll()
217 pfd->revents |= POLLERR; in aos_poll()
/AliOS-Things-master/components/select/select/
A Dselect.c191 pfd->events = POLLERR; in pre_select()
232 if ((pfd->revents & POLLERR) && (exceptset != NULL)) { in post_select()
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A Dhid.c791 if (fds.revents & (POLLERR | POLLHUP | POLLNVAL)) in hid_read_timeout()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c335 if (pfd.revents & (POLLHUP | POLLERR)) { in KMSDRM_WaitPageFlip()

Completed in 8 milliseconds