Searched refs:executors_copy (Results 1 – 1 of 1) sorted by relevance
367 std::unordered_map<std::thread::id, EagerExecutor*> executors_copy; in ClearCachesAndThreadExecutors() local370 executors_copy = thread_local_executor_; in ClearCachesAndThreadExecutors()372 for (const auto& entry : executors_copy) { in ClearCachesAndThreadExecutors()497 std::unordered_map<std::thread::id, EagerExecutor*> executors_copy; in WaitForAndCloseRemoteContexts() local500 executors_copy = thread_local_executor_; in WaitForAndCloseRemoteContexts()502 for (const auto& it : executors_copy) { in WaitForAndCloseRemoteContexts()528 std::unordered_map<std::thread::id, EagerExecutor*> executors_copy; in ~EagerContext() local531 executors_copy = thread_local_executor_; in ~EagerContext()533 for (const auto& entry : executors_copy) { in ~EagerContext()799 std::unordered_map<std::thread::id, EagerExecutor*> executors_copy; in SyncExecutors() local[all …]