Searched refs:ModuleTable (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/
H A Dmodule.cpp301 typedef BOpenHashTable<ModuleHash> ModuleTable; typedef in namespace:Module
372 static ModuleTable* sModulesHash;
906 ModuleTable::Iterator hashIterator(sModulesHash);
1159 ModuleTable::Iterator iterator(sModulesHash);
1801 sModulesHash = new(std::nothrow) ModuleTable();
1861 ModuleTable::Iterator iterator(sModulesHash);
2163 ModuleTable::Iterator iterator(sModulesHash);

Completed in 26 milliseconds