Home
last modified time | relevance | path

Searched defs:child_processes_inherit (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DSocket.cpp76 bool child_processes_inherit) in Socket()
110 bool child_processes_inherit, in Create()
152 bool child_processes_inherit) { in TcpConnect()
170 Socket::TcpListen(llvm::StringRef host_and_port, bool child_processes_inherit, in TcpListen()
207 bool child_processes_inherit) { in UdpConnect()
212 bool child_processes_inherit, in UnixDomainConnect()
228 bool child_processes_inherit, Socket *&socket) { in UnixDomainAccept()
244 bool child_processes_inherit, in UnixAbstractConnect()
259 bool child_processes_inherit, in UnixAbstractAccept()
435 bool child_processes_inherit, Status &error) { in CreateSocket()
[all …]
DUDPSocket.cpp36 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) in UDPSocket()
57 UDPSocket::Connect(llvm::StringRef name, bool child_processes_inherit) { in Connect()
DTCPSocket.cpp60 TCPSocket::TCPSocket(bool should_close, bool child_processes_inherit) in TCPSocket()
70 bool child_processes_inherit) in TCPSocket()
/external/llvm-project/lldb/source/Host/linux/
DAbstractSocket.cpp16 AbstractSocket::AbstractSocket(bool child_processes_inherit) in AbstractSocket()
/external/llvm-project/lldb/source/Host/posix/
DDomainSocket.cpp61 DomainSocket::DomainSocket(bool should_close, bool child_processes_inherit) in DomainSocket()
65 bool child_processes_inherit) in DomainSocket()
DProcessLauncherPosixFork.cpp186 const bool child_processes_inherit = false; in LaunchProcess() local
DConnectionFileDescriptorPosix.cpp77 ConnectionFileDescriptor::ConnectionFileDescriptor(bool child_processes_inherit) in ConnectionFileDescriptor()
777 bool child_processes_inherit) { in SetChildProcessesInherit()
DPipePosix.cpp86 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew()
/external/llvm-project/lldb/unittests/Host/
DSocketTestUtilities.cpp22 static void AcceptThread(Socket *listen_socket, bool child_processes_inherit, in AcceptThread()
32 bool child_processes_inherit = false; in CreateConnectedSockets() local
DMainLoopTest.cpp26 bool child_processes_inherit = false; in SetUp() local
/external/llvm-project/lldb/tools/lldb-server/
DAcceptor.cpp62 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept()
82 const bool child_processes_inherit, in Create()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp1233 const bool child_processes_inherit = false; in ConnectLocally() local