Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DPipeBase.cpp18 return OpenAsWriterWithTimeout(name, child_process_inherit, in OpenAsWriter()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPipeBase.h38 OpenAsWriterWithTimeout(llvm::StringRef name, bool child_process_inherit,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DPipePosix.h46 OpenAsWriterWithTimeout(llvm::StringRef name, bool child_process_inherit,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DPipePosix.cpp171 PipePosix::OpenAsWriterWithTimeout(llvm::StringRef name, in OpenAsWriterWithTimeout() function in PipePosix
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp214 auto error = port_name_pipe.OpenAsWriterWithTimeout(named_pipe_path, false, in writeSocketIdToPipe()