Searched refs:ScopedDefaultPriority (Results 1 – 1 of 1) sorted by relevance
246 class ScopedDefaultPriority { class248 explicit ScopedDefaultPriority(pthread_t thread) : thread_(thread) { in ScopedDefaultPriority() function in art::ScopedDefaultPriority252 ~ScopedDefaultPriority() { in ~ScopedDefaultPriority()328 std::unique_ptr<ScopedDefaultPriority> sdp; in SampleClassesAndExecutedMethods()332 sdp.reset(new ScopedDefaultPriority(profiler_pthread)); in SampleClassesAndExecutedMethods()