Searched refs:should_close (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h19 TCPSocket(bool should_close, bool child_processes_inherit);
20 TCPSocket(NativeSocket socket, bool should_close,
H A DUDPSocket.h17 UDPSocket(bool should_close, bool child_processes_inherit);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DDomainSocket.h17 DomainSocket(bool should_close, bool child_processes_inherit);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp36 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) argument
37 : Socket(ProtocolUdp, should_close, child_processes_inherit) {}
H A DTCPSocket.cpp49 TCPSocket::TCPSocket(bool should_close, bool child_processes_inherit) argument
50 : Socket(ProtocolTcp, should_close, child_processes_inherit) {}
58 TCPSocket::TCPSocket(NativeSocket socket, bool should_close, argument
60 : Socket(ProtocolTcp, should_close, child_processes_inherit) {
H A DSocket.cpp75 Socket::Socket(SocketProtocol protocol, bool should_close, argument
80 m_should_close_fd(should_close) {}
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp61 DomainSocket::DomainSocket(bool should_close, bool child_processes_inherit) argument
62 : Socket(ProtocolUnixDomain, should_close, child_processes_inherit) {}
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h109 Socket(SocketProtocol protocol, bool should_close,
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c95 boolean_t should_close = B_TRUE; local
123 should_close = B_FALSE;
149 if (should_close)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1160 const bool should_close = true; local
1171 GetOutputFile().GetDescriptor(), !should_close, unbuffered);
1187 std::make_shared<llvm::raw_fd_ostream>(FD, should_close, unbuffered);

Completed in 173 milliseconds