Home
last modified time | relevance | path

Searched defs:ImageInfoPendingThreadHashDefinition (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp186 struct TeamDebugger::ImageInfoPendingThreadHashDefinition { struct in TeamDebugger
187 typedef image_id KeyType;
188 typedef ImageInfoPendingThread ValueType;
190 size_t HashKey(image_id key) const in HashKey()
195 size_t Hash(const ImageInfoPendingThread* value) const in Hash()
200 bool Compare(image_id key, const ImageInfoPendingThread* value) const in Compare()
205 ImageInfoPendingThread*& GetLink(ImageInfoPendingThread* value) const in GetLink()