Searched defs:EV_READ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libevent/
H A Devent.h196 #define EV_READ 0x02 macro
529 either EV_READ, EV_WRITE, or both. Indicating that an application can read
534 EV_READ, or EV_WRITE. The additional flag EV_PERSIST makes an event_add()
539 @param event desired events to monitor; can be EV_READ and/or EV_WRITE
556 @param events event(s) to monitor; can be any of EV_TIMEOUT | EV_READ |
579 @param events event(s) to monitor; can be any of EV_TIMEOUT | EV_READ |
634 @param event the requested event type; any of EV_TIMEOUT|EV_READ|
916 @param event any combination of EV_READ | EV_WRITE.
927 @param event any combination of EV_READ | EV_WRITE.
956 @param events EV_READ, EV_WRIT
[all...]

Completed in 413 milliseconds