Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp60 …et CreateSocket(const int domain, const int type, const int protocol, bool child_processes_inherit) in CreateSocket()
71 …ccept(NativeSocket sockfd, struct sockaddr *addr, socklen_t *addrlen, bool child_processes_inherit) in Accept()
117 Error Socket::TcpConnect(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&sock… in TcpConnect()
188 bool child_processes_inherit, in TcpListen()
260 Error Socket::BlockingAccept(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&… in BlockingAccept()
346 Error Socket::UdpConnect(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&send… in UdpConnect()
444 Error Socket::UnixDomainConnect(llvm::StringRef name, bool child_processes_inherit, Socket *&socket) in UnixDomainConnect()
481 Error Socket::UnixDomainAccept(llvm::StringRef name, bool child_processes_inherit, Socket *&socket) in UnixDomainAccept()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp53 ConnectionFileDescriptor::ConnectionFileDescriptor(bool child_processes_inherit) in ConnectionFileDescriptor()
851 ConnectionFileDescriptor::SetChildProcessesInherit(bool child_processes_inherit) in SetChildProcessesInherit()
HDPipePosix.cpp161 PipePosix::CreateNew(bool child_processes_inherit) in CreateNew()