Searched refs:ThreadImage (Results 1 – 2 of 2) sorted by relevance
24 ThreadImage::ThreadImage(Image* image, ImageProfileResult* result) in ThreadImage() function in ThreadImage34 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 …]
21 class ThreadImage : public DoublyLinkedListLinkImpl<ThreadImage> {23 ThreadImage(Image* image,25 ~ThreadImage();74 typedef DoublyLinkedList<ThreadImage> ImageList;