Searched refs:executors_with_cleanups (Results 1 – 1 of 1) sorted by relevance
343 auto& executors_with_cleanups = has_cleanup_[thread_id]; in SetExecutorForThread() local344 if (executors_with_cleanups.find(executor) == in SetExecutorForThread()345 executors_with_cleanups.end()) { in SetExecutorForThread()346 executors_with_cleanups.insert(executor); in SetExecutorForThread()