Home | History | Annotate | Download | only in flip_server

Lines Matching refs:flags

502   inline int SetFlags(int fd, int flags) {
503 return fcntl(fd, F_SETFL, flags | O_NONBLOCK);