Searched refs:should_close (Results 1 – 3 of 3) sorted by relevance
35 IOObject(FDType type, bool should_close) in IOObject() argument37 , m_should_close_fd(should_close) in IOObject()
53 Socket(NativeSocket socket, SocketProtocol protocol, bool should_close);
104 Socket::Socket(NativeSocket socket, SocketProtocol protocol, bool should_close) in Socket() argument105 : IOObject(eFDTypeSocket, should_close) in Socket()