Searched refs:CPU_ISOLATE_ACTION_NAME (Results 1 – 2 of 2) sorted by relevance
63 g_actionMap.insert(std::make_pair(CPU_ISOLATE_ACTION_NAME, in InitFactory()64 std::make_shared<ActionCpuIsolate>(CPU_ISOLATE_ACTION_NAME))); in InitFactory()
28 constexpr const char* CPU_ISOLATE_ACTION_NAME = "isolate"; variable