Home
last modified time | relevance | path

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

/haiku/src/apps/showimage/
H A DImageCache.h65 static status_t _QueueWorkerThread(void* self);
H A DImageCache.cpp132 thread_id thread = spawn_thread(&ImageCache::_QueueWorkerThread, in RetrieveImage()
184 ImageCache::_QueueWorkerThread(void* _self) in _QueueWorkerThread() function in ImageCache