Home
last modified time | relevance | path

Searched defs:should_close (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp59 TCPSocket::TCPSocket(bool should_close, bool child_processes_inherit) in TCPSocket()
68 TCPSocket::TCPSocket(NativeSocket socket, bool should_close, in TCPSocket()
H A DUDPSocket.cpp34 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) in UDPSocket()
H A DSocket.cpp73 Socket::Socket(SocketProtocol protocol, bool should_close, in Socket()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp58 DomainSocket(bool should_close,bool child_processes_inherit) DomainSocket() argument
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c95 boolean_t should_close = B_TRUE; in zfs_callback() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp380 StreamLogHandler::StreamLogHandler(int fd, bool should_close, in StreamLogHandler()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1618 CreateLogHandler(LogHandlerKind log_handler_kind, int fd, bool should_close, in CreateLogHandler()