Searched refs:profiler_pthread (Results 1 – 1 of 1) sorted by relevance
322 static void SampleClassesAndExecutedMethods(pthread_t profiler_pthread, in SampleClassesAndExecutedMethods() argument337 if (pthread_self() == profiler_pthread) { in SampleClassesAndExecutedMethods()338 sdp.reset(new ScopedDefaultPriority(profiler_pthread)); in SampleClassesAndExecutedMethods()421 pthread_t profiler_pthread; in FetchAndCacheResolvedClassesAndMethods() local424 profiler_pthread = profiler_pthread_; in FetchAndCacheResolvedClassesAndMethods()432 SampleClassesAndExecutedMethods(profiler_pthread, in FetchAndCacheResolvedClassesAndMethods()786 pthread_t profiler_pthread = 0U; in Stop() local792 profiler_pthread = profiler_pthread_; in Stop()815 CHECK_PTHREAD_CALL(pthread_join, (profiler_pthread, nullptr), "profile saver thread shutdown"); in Stop()