Searched refs:profiler_pthread (Results 1 – 1 of 1) sorted by relevance
763 pthread_t profiler_pthread; in FetchAndCacheResolvedClassesAndMethods() local766 profiler_pthread = profiler_pthread_; in FetchAndCacheResolvedClassesAndMethods()778 if (pthread_self() == profiler_pthread) { in FetchAndCacheResolvedClassesAndMethods()779 sdp.emplace(profiler_pthread); in FetchAndCacheResolvedClassesAndMethods()1095 pthread_t profiler_pthread = 0U; in Stop() local1101 profiler_pthread = profiler_pthread_; in Stop()1127 CHECK_PTHREAD_CALL(pthread_join, (profiler_pthread, nullptr), "profile saver thread shutdown"); in Stop()