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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp61 DomainSocket::DomainSocket(bool should_close, bool child_processes_inherit) argument
64 DomainSocket(SocketProtocol protocol, bool child_processes_inherit) argument
H A DProcessLauncherPosixFork.cpp186 const bool child_processes_inherit = false; local
H A DPipePosix.cpp86 Status PipePosix::CreateNew(bool child_processes_inherit) { argument
H A DConnectionFileDescriptorPosix.cpp76 ConnectionFileDescriptor::ConnectionFileDescriptor(bool child_processes_inherit) argument
762 SetChildProcessesInherit( bool child_processes_inherit) argument
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp62 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { argument
81 Create(StringRef name, const bool child_processes_inherit, Status &error) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp36 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) argument
56 Status UDPSocket::Connect(llvm::StringRef name, bool child_processes_inherit, argument
H A DTCPSocket.cpp49 TCPSocket::TCPSocket(bool should_close, bool child_processes_inherit) argument
58 TCPSocket(NativeSocket socket, bool should_close, bool child_processes_inherit) argument
H A DSocket.cpp75 Socket(SocketProtocol protocol, bool should_close, bool child_processes_inherit) argument
109 Create(const SocketProtocol protocol, bool child_processes_inherit, Status &error) argument
150 TcpConnect(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&socket) argument
169 TcpListen(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&socket, Predicate<uint16_t> *predicate, int backlog) argument
208 UdpConnect(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&socket) argument
217 UnixDomainConnect(llvm::StringRef name, bool child_processes_inherit, Socket *&socket) argument
233 UnixDomainAccept(llvm::StringRef name, bool child_processes_inherit, Socket *&socket) argument
249 UnixAbstractConnect(llvm::StringRef name, bool child_processes_inherit, Socket *&socket) argument
264 UnixAbstractAccept(llvm::StringRef name, bool child_processes_inherit, Socket *&socket) argument
439 CreateSocket(const int domain, const int type, const int protocol, bool child_processes_inherit, Status &error) argument
455 AcceptSocket(NativeSocket sockfd, struct sockaddr *addr, socklen_t *addrlen, bool child_processes_inherit, Status &error) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1255 const bool child_processes_inherit = false; local

Completed in 88 milliseconds