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 113 static pthread_t profiler_pthread_ GUARDED_BY(Locks::profiler_lock_);
profile_saver.cc 48 pthread_t ProfileSaver::profiler_pthread_ = 0U; member in class:art::ProfileSaver
418 profiler_pthread = profiler_pthread_;
753 (&profiler_pthread_, nullptr, &RunProfileSaverThread, reinterpret_cast<void*>(instance_)),
756 SetProfileSaverThreadPriority(profiler_pthread_, kProfileSaverPthreadPriority);
767 profiler_pthread = profiler_pthread_;
    [all...]

Completed in 57 milliseconds