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

/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp119 struct WaitObjectKey : HashObjectKey { struct in namespace:SchedulingAnalysis
123 WaitObjectKey(uint32 type, void* object) function in struct:SchedulingAnalysis::WaitObjectKey
153 const WaitObjectKey* key = dynamic_cast<const WaitObjectKey*>(_key);
291 return dynamic_cast<WaitObject*>(Lookup(WaitObjectKey(type, object)));
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp134 struct WaitObjectKey { struct in class:SystemProfiler
140 WaitObjectKey {
145 typedef WaitObjectKey KeyType;
148 size_t HashKey(const WaitObjectKey& key) const
158 bool Compare(const WaitObjectKey& key,
1209 WaitObjectKey key;
1228 WaitObjectKey key;

Completed in 43 milliseconds