reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/common/File.cpp
  747     mode |= O_NONBLOCK;
tools/lldb/source/Host/common/FileSystem.cpp
  385     open_flags |= O_NONBLOCK;
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  268         if ((flags & O_NONBLOCK) == 0) {
  269           flags |= O_NONBLOCK;
tools/lldb/source/Host/posix/PipePosix.cpp
  156   int flags = O_RDONLY | O_NONBLOCK;
  177   int flags = O_WRONLY | O_NONBLOCK;
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  293     Status status = EnsureFDFlags(m_terminal_fd, O_NONBLOCK);