HomeSort by relevance Sort by last modified time
    Searched refs:profiler_pthread_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
profile_saver.h 110 static pthread_t profiler_pthread_ GUARDED_BY(Locks::profiler_lock_);
profile_saver.cc 45 pthread_t ProfileSaver::profiler_pthread_ = 0U; member in class:art::ProfileSaver
386 profiler_pthread = profiler_pthread_;
678 (&profiler_pthread_, nullptr, &RunProfileSaverThread, reinterpret_cast<void*>(instance_)),
681 SetProfileSaverThreadPriority(profiler_pthread_, kProfileSaverPthreadPriority);
692 profiler_pthread = profiler_pthread_;
710 // Force save everything before destroying the thread since we want profiler_pthread_ to remain
723 profiler_pthread_ = 0U;
    [all...]

Completed in 151 milliseconds