Searched refs:policy_map_it (Results 1 – 1 of 1) sorted by relevance
160 auto policy_map_it = thread_local_policies_.find(std::this_thread::get_id()); in GetDevicePlacementPolicy() local161 if (policy_map_it != thread_local_policies_.end()) { in GetDevicePlacementPolicy()162 return policy_map_it->second; in GetDevicePlacementPolicy()