Home
last modified time | relevance | path

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

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