Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.h124 static pthread_t profiler_pthread_ GUARDED_BY(Locks::profiler_lock_);
Dprofile_saver.cc51 pthread_t ProfileSaver::profiler_pthread_ = 0U; member in art::ProfileSaver
766 profiler_pthread = profiler_pthread_; in FetchAndCacheResolvedClassesAndMethods()
1087 (&profiler_pthread_, nullptr, &RunProfileSaverThread, reinterpret_cast<void*>(instance_)), in Start()
1090 SetProfileSaverThreadPriority(profiler_pthread_, kProfileSaverPthreadPriority); in Start()
1101 profiler_pthread = profiler_pthread_; in Stop()
1135 profiler_pthread_ = 0U; in Stop()