Home
last modified time | relevance | path

Searched refs:should_close (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDIOObject.h35 IOObject(FDType type, bool should_close) in IOObject() argument
37 , m_should_close_fd(should_close) in IOObject()
HDSocket.h53 Socket(NativeSocket socket, SocketProtocol protocol, bool should_close);
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp104 Socket::Socket(NativeSocket socket, SocketProtocol protocol, bool should_close) in Socket() argument
105 : IOObject(eFDTypeSocket, should_close) in Socket()