Home
last modified time | relevance | path

Searched refs:ThreadImage (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/debug/profile/
H A DThread.cpp24 ThreadImage::ThreadImage(Image* image, ImageProfileResult* result) in ThreadImage() function in ThreadImage
34 ThreadImage::~ThreadImage() in ~ThreadImage()
67 while (ThreadImage* image = fImages.RemoveHead()) in ~Thread()
69 while (ThreadImage* image = fOldImages.RemoveHead()) in ~Thread()
151 ThreadImage* threadImage = new(std::nothrow) ThreadImage(image, result); in AddImage()
168 while (ThreadImage* threadImage = it.Next()) { in RemoveImage()
260 while (ThreadImage* image = it.Next()) { in VisitImages()
266 while (ThreadImage* image = it.Next()) { in VisitImages()
279 while (ThreadImage* image = it.Next()) { in FindImage()
294 while (ThreadImage* image = it.Next()) { in _SynchronizeImages()
[all …]
H A DThread.h21 class ThreadImage : public DoublyLinkedListLinkImpl<ThreadImage> {
23 ThreadImage(Image* image,
25 ~ThreadImage();
74 typedef DoublyLinkedList<ThreadImage> ImageList;