• Home
  • Raw
  • Download

Lines Matching refs:MutexLock

209   art::MutexLock mu(self, *art::Locks::thread_list_lock_);  in GetThreadInfo()
331 art::MutexLock tscl_mu(art::Thread::Current(), *art::Locks::thread_suspend_count_lock_); in GetNativeThreadState()
492 art::MutexLock tscl_mu(self, *art::Locks::thread_suspend_count_lock_); in WouldSuspendForUserCodeLocked()
498 art::MutexLock ucsl_mu(self, *art::Locks::user_code_suspension_lock_); in WouldSuspendForUserCode()
516 art::MutexLock ucsl_mu(self, *art::Locks::user_code_suspension_lock_); in GetThreadState()
523 art::MutexLock tll_mu(self, *art::Locks::thread_list_lock_); in GetThreadState()
587 art::MutexLock mu(current, *art::Locks::thread_list_lock_); in GetAllThreads()
642 art::MutexLock mu(self, *art::Locks::thread_list_lock_); in RemoveEnvironment()
650 art::MutexLock mu(self, *art::Locks::thread_list_lock_); in SetThreadLocalStorage()
677 art::MutexLock mu(self, *art::Locks::thread_list_lock_); in GetThreadLocalStorage()
731 art::MutexLock mu(art::Thread::Current(), *art::Locks::runtime_shutdown_lock_); in AgentCallback()
766 art::MutexLock mu(art::Thread::Current(), *art::Locks::runtime_shutdown_lock_); in RunAgentThread()
806 art::MutexLock mu(art::Thread::Current(), *art::Locks::runtime_shutdown_lock_); in RunAgentThread()
827 art::MutexLock mu(self, *art::Locks::user_code_suspension_lock_); in SuspendOther()
836 art::MutexLock thread_list_mu(self, *art::Locks::thread_list_lock_); in SuspendOther()
846 art::MutexLock thread_suspend_count_mu(self, *art::Locks::thread_suspend_count_lock_); in SuspendOther()
874 art::MutexLock mu(self, *art::Locks::user_code_suspension_lock_); in SuspendSelf()
875 art::MutexLock thread_list_mu(self, *art::Locks::thread_suspend_count_lock_); in SuspendSelf()
898 art::MutexLock mu(self, *art::Locks::thread_list_lock_); in SuspendThread()
924 art::MutexLock ucsl_mu(self, *art::Locks::user_code_suspension_lock_); in ResumeThread()
935 art::MutexLock tll_mu(self, *art::Locks::thread_list_lock_); in ResumeThread()
948 art::MutexLock thread_suspend_count_mu(self, *art::Locks::thread_suspend_count_lock_); in ResumeThread()
974 art::MutexLock mu(self, *art::Locks::thread_list_lock_); in IsCurrentThread()
1091 art::MutexLock tll_mu(self, *art::Locks::thread_list_lock_); in InterruptThread()