Searched refs:threadLoop (Results 1 – 4 of 4) sorted by relevance
49 mThread.reset(new std::thread(std::bind(&SoundSystemEcho::threadLoop, this))); in startThread()58 void SoundSystemEcho::threadLoop() { in threadLoop() function in SoundSystemEcho
48 void threadLoop();
368 void threadLoop(int threadIndex);
753 renderer->threadLoop(threadIndex); in threadFunction()756 void Renderer::threadLoop(int threadIndex) in threadLoop() function in sw::Renderer