Home
last modified time | relevance | path

Searched refs:thread_new_cpuset (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/vr/performanced/
Dperformance_service_tests.cpp173 std::string thread_new_cpuset; in TEST() local
177 [&thread_original_cpuset, &thread_new_cpuset, &thread_final_cpuset]() { in TEST()
183 thread_new_cpuset = GetTaskCpuSet(gettid()); in TEST()
193 EXPECT_NE(new_cpuset, thread_new_cpuset); in TEST()