Searched refs:Singleton (Results 1 - 2 of 2) sorted by relevance

/gem5/src/python/m5/util/
H A D__init__.py82 class Singleton(type): class in inherits:type
87 cls._instance = super(Singleton, cls).__call__(*args, **kwargs)
/gem5/src/python/m5/
H A Dparams.py1795 __metaclass__ = Singleton
2163 __metaclass__ = Singleton

Completed in 12 milliseconds