Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc456 MutexLock locker(thread_, thread_start_lock_); in Run() local
/art/runtime/
Dthread.cc1737 ObjectLock<mirror::Object> locker(self, h_obj); in Destroy() local
1738 locker.NotifyAll(); in Destroy()