Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/
A Dpoll.h13 #define POLLOUT 0x004 macro
/third_party/ulib/usbhost/
A Dusbhost.c639 struct pollfd p = {.fd = dev->fd, .events = POLLOUT, .revents = 0}; in usb_request_wait()
641 if (res != 1 || p.revents != POLLOUT) { in usb_request_wait()

Completed in 4 milliseconds