Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp74 bool child_processes_inherit) in Socket() argument
108 Create(const SocketProtocol protocol,bool child_processes_inherit,Status & error) Create() argument
150 TcpConnect(llvm::StringRef host_and_port,bool child_processes_inherit) TcpConnect() argument
168 TcpListen(llvm::StringRef host_and_port,bool child_processes_inherit,int backlog) TcpListen() argument
185 UdpConnect(llvm::StringRef host_and_port,bool child_processes_inherit) UdpConnect() argument
324 CreateSocket(const int domain,const int type,const int protocol,bool child_processes_inherit,Status & error) CreateSocket() argument
340 AcceptSocket(NativeSocket sockfd,struct sockaddr * addr,socklen_t * addrlen,bool child_processes_inherit,Status & error) AcceptSocket() argument
[all...]
H A DUDPSocket.cpp34 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) in UDPSocket()
55 UDPSocket::Connect(llvm::StringRef name, bool child_processes_inherit) { in Connect()
H A DTCPSocket.cpp59 TCPSocket::TCPSocket(bool should_close, bool child_processes_inherit) in TCPSocket()
69 bool child_processes_inherit) in TCPSocket()
/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp63 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept()
83 const bool child_processes_inherit, in Create()
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp59 DomainSocket::DomainSocket(bool should_close, bool child_processes_inherit) in DomainSocket()
63 bool child_processes_inherit) in DomainSocket()
H A DConnectionFileDescriptorPosix.cpp55 ConnectionFileDescriptor::ConnectionFileDescriptor(bool child_processes_inherit) in ConnectionFileDescriptor()
805 bool child_processes_inherit) { in SetChildProcessesInherit()
H A DProcessLauncherPosixFork.cpp262 const bool child_processes_inherit = false; in LaunchProcess() local
H A DPipePosix.cpp80 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1211 const bool child_processes_inherit = false; ConnectLocally() local