Home
last modified time | relevance | path

Searched refs:ReleaseMasterFileDescriptor (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDPseudoTerminal.h234 ReleaseMasterFileDescriptor ();
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDPseudoTerminal.cpp341 PseudoTerminal::ReleaseMasterFileDescriptor () in ReleaseMasterFileDescriptor() function in PseudoTerminal
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp1090 monitor->m_terminal_fd = terminal.ReleaseMasterFileDescriptor(); in Launch()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1325 int pty_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor(); in DebugProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1060 SetSTDIOFileDescriptor (pty.ReleaseMasterFileDescriptor()); in DoLaunch()