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

/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp148 // #pragma mark - ImageInfoPendingThread
151 struct TeamDebugger::ImageInfoPendingThread { struct in class:TeamDebugger
153 ImageInfoPendingThread(image_id image, thread_id thread) function in struct:TeamDebugger::ImageInfoPendingThread
160 ~ImageInfoPendingThread()
179 ImageInfoPendingThread* fNext;
188 typedef ImageInfoPendingThread ValueType;
195 size_t Hash(const ImageInfoPendingThread* value) const
200 bool Compare(image_id key, const ImageInfoPendingThread* value) const
205 ImageInfoPendingThread*& GetLink(ImageInfoPendingThread* valu
[all...]
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h170 struct ImageInfoPendingThread;

Completed in 36 milliseconds