Searched defs:child_processes_inherit (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Socket.cpp | 74 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 D | UDPSocket.cpp | 34 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 D | TCPSocket.cpp | 59 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 D | Acceptor.cpp | 63 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 D | DomainSocket.cpp | 59 DomainSocket::DomainSocket(bool should_close, bool child_processes_inherit) in DomainSocket() 63 bool child_processes_inherit) in DomainSocket()
|
H A D | ConnectionFileDescriptorPosix.cpp | 55 ConnectionFileDescriptor::ConnectionFileDescriptor(bool child_processes_inherit) in ConnectionFileDescriptor() 805 bool child_processes_inherit) { in SetChildProcessesInherit()
|
H A D | ProcessLauncherPosixFork.cpp | 262 const bool child_processes_inherit = false; in LaunchProcess() local
|
H A D | PipePosix.cpp | 80 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 1211 const bool child_processes_inherit = false; ConnectLocally() local
|