Searched refs:X_NOTIFY_WRITE (Results 1 – 5 of 5) sorted by relevance
472 if (osfd->xevents & X_NOTIFY_WRITE) in epoll_mod()486 if (osfd->xevents & X_NOTIFY_WRITE) in epoll_mod()507 if (xevents & X_NOTIFY_WRITE) { in ospoll_listen()524 if (xevents & X_NOTIFY_WRITE) { in ospoll_listen()548 if (osfd->xevents & X_NOTIFY_WRITE) { in ospoll_mute()562 if (xevents & X_NOTIFY_WRITE) in ospoll_mute()593 xevents |= X_NOTIFY_WRITE; in ospoll_wait()623 xevents |= X_NOTIFY_WRITE; in ospoll_wait()652 xevents |= X_NOTIFY_WRITE; in ospoll_wait()678 xevents |= X_NOTIFY_WRITE; in ospoll_wait()
607 if (xevents & X_NOTIFY_WRITE) { in ClientReady()608 ospoll_mute(server_poll, fd, X_NOTIFY_WRITE); in ClientReady()
941 ospoll_listen(server_poll, oc->fd, X_NOTIFY_WRITE); in FlushClient()
154 #define X_NOTIFY_WRITE 0x2 macro
29968 os: Implement support for NotifyFd X_NOTIFY_WRITE29990 mask can be any combination of X_NOTIFY_READ and X_NOTIFY_WRITE.