Searched refs:local_shared_worker_threads (Results 1 – 1 of 1) sorted by relevance
834 decltype(shared_worker_threads_) local_shared_worker_threads; in ReleaseSharedWorkerThreads() local842 local_shared_worker_threads[i][j] = shared_worker_threads_[i][j]; in ReleaseSharedWorkerThreads()853 for (size_t i = 0; i < std::size(local_shared_worker_threads); ++i) { in ReleaseSharedWorkerThreads()854 for (size_t j = 0; j < std::size(local_shared_worker_threads[i]); ++j) { in ReleaseSharedWorkerThreads()855 if (local_shared_worker_threads[i][j]) in ReleaseSharedWorkerThreads()856 UnregisterWorkerThread(local_shared_worker_threads[i][j]); in ReleaseSharedWorkerThreads()