Home
last modified time | relevance | path

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

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