Searched defs:wait_lock_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver.cc63 wait_lock_("ProfileSaver wait lock"),
64 period_condition_("ProfileSaver period condition", wait_lock_),
88 MutexLock mu(self, wait_lock_);
108 MutexLock mu(self, wait_lock_);
122 MutexLock mu(self, wait_lock_);
174 MutexLock wait_mutex(Thread::Current(), wait_lock_); local
183 MutexLock wait_mutex(Thread::Current(), wait_lock_); local
461 MutexLock wait_mutex(Thread::Current(), profile_saver->wait_lock_);

Completed in 64 milliseconds