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

/external/chromium_org/third_party/libevent/
H A Devent.h197 #define EV_WRITE 0x04 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
557 EV_WRITE
580 EV_WRITE
635 EV_WRITE|EV_SIGNAL
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_WRITE o
[all...]

Completed in 623 milliseconds