Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/tests/
H A Dkis_low_memory_tests.cpp42 class DeadlockyThread : public QRunnable class
51 DeadlockyThread(Type type, in DeadlockyThread() function in DeadlockyThread
143 pool.start(new DeadlockyThread(DeadlockyThread::PRODUCER, in readWriteOnSharedTiles()
147 pool.start(new DeadlockyThread(DeadlockyThread::CONSUMER_SRC, in readWriteOnSharedTiles()
149 pool.start(new DeadlockyThread(DeadlockyThread::CONSUMER_DST, in readWriteOnSharedTiles()
/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/
H A Dkis_tile_data_store.h154 friend class DeadlockyThread; variable