Searched refs:all_intrp_resources_ (Results 1 – 2 of 2) sorted by relevance
30 if (!all_intrp_resources_.empty()) { in ~IntrpService()51 auto it = all_intrp_resources_.emplace(name, res); in Register()69 auto n = all_intrp_resources_.erase(name); in Deregister()81 for (auto const &it : all_intrp_resources_) { in InterruptAll()
58 std::map<std::string, IntrpResource *> all_intrp_resources_; variable