Searched refs:taskIndex (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/codec/ |
D | SkRawCodec.cpp | 114 for (int taskIndex = 0; taskIndex < numTasks; ++taskIndex) { in PerformAreaTask() local 115 taskGroup.add([&mutex, &exceptions, &task, this, taskIndex, taskAreas, tileSize] { in PerformAreaTask() 117 … task.ProcessOnThread(taskIndex, taskAreas[taskIndex], tileSize, this->Sniffer()); in PerformAreaTask()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 3398 DWORD taskIndex(0); in DoRenderThread() local 3399 hMmTask = _PAvSetMmThreadCharacteristicsA("Pro Audio", &taskIndex); in DoRenderThread() 3406 …o, kTraceAudioDevice, _id, "render thread is now registered with MMCSS (taskIndex=%d)", taskIndex); in DoRenderThread() 3675 DWORD taskIndex(0); in InitCaptureThreadPriority() local 3676 _hMmTask = _PAvSetMmThreadCharacteristicsA("Pro Audio", &taskIndex); in InitCaptureThreadPriority() 3686 taskIndex); in InitCaptureThreadPriority()
|