Searched defs:child_process_inherit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp15 OpenAsWriter(llvm::StringRef name, bool child_process_inherit) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp115 Status PipePosix::CreateNew(llvm::StringRef name, bool child_process_inherit) { argument
126 CreateWithUniqueName(llvm::StringRef prefix, bool child_process_inherit, llvm::SmallVectorImpl<char> &name) argument
151 OpenAsReader(llvm::StringRef name, bool child_process_inherit) argument
171 OpenAsWriterWithTimeout(llvm::StringRef name, bool child_process_inherit, const std::chrono::microseconds &timeout) argument

Completed in 51 milliseconds