Searched refs:taskIndex (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/codec/ |
D | SkRawCodec.cpp | 111 for (int taskIndex = 0; taskIndex < numTasks; ++taskIndex) { in PerformAreaTask() local 112 taskGroup.add([&mutex, &exceptions, &task, this, taskIndex, taskAreas, tileSize] { in PerformAreaTask() 114 … task.ProcessOnThread(taskIndex, taskAreas[taskIndex], tileSize, this->Sniffer()); in PerformAreaTask()
|
/external/skqp/src/codec/ |
D | SkRawCodec.cpp | 111 for (int taskIndex = 0; taskIndex < numTasks; ++taskIndex) { in PerformAreaTask() local 112 taskGroup.add([&mutex, &exceptions, &task, this, taskIndex, taskAreas, tileSize] { in PerformAreaTask() 114 … task.ProcessOnThread(taskIndex, taskAreas[taskIndex], tileSize, this->Sniffer()); in PerformAreaTask()
|
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 2655 DWORD taskIndex(0); in DoRenderThread() local 2656 hMmTask = _PAvSetMmThreadCharacteristicsA("Pro Audio", &taskIndex); in DoRenderThread() 2663 << taskIndex << ")"; in DoRenderThread() 2916 DWORD taskIndex(0); in InitCaptureThreadPriority() local 2917 _hMmTask = _PAvSetMmThreadCharacteristicsA("Pro Audio", &taskIndex); in InitCaptureThreadPriority() 2924 << taskIndex << ")"; in InitCaptureThreadPriority()
|