reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
267 if (flags >= 0) { 268 if ((flags & O_NONBLOCK) == 0) { 269 flags |= O_NONBLOCK; 270 ::fcntl(fd, F_SETFL, flags);