Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dpooled_single_thread_task_runner_manager.cc834 decltype(shared_worker_threads_) local_shared_worker_threads; in ReleaseSharedWorkerThreads() local
842 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()