Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h267 bool is_wait)
271 bool is_wait)
Dmonitor.cc265 void Monitor::AtraceMonitorLock(Thread* self, mirror::Object* obj, bool is_wait) { in AtraceMonitorLock() argument
267 AtraceMonitorLockImpl(self, obj, is_wait); in AtraceMonitorLock()
271 void Monitor::AtraceMonitorLockImpl(Thread* self, mirror::Object* obj, bool is_wait) { in AtraceMonitorLockImpl() argument
275 NthCallerWithDexPcVisitor visitor(self, is_wait ? 1U : 0U); in AtraceMonitorLockImpl()
277 const char* prefix = is_wait ? "Waiting on " : "Locking "; in AtraceMonitorLockImpl()