Searched refs:is_wait (Results 1 – 2 of 2) sorted by relevance
305 bool is_wait)309 bool is_wait)
334 void Monitor::AtraceMonitorLock(Thread* self, ObjPtr<mirror::Object> obj, bool is_wait) { in AtraceMonitorLock() argument336 AtraceMonitorLockImpl(self, obj, is_wait); in AtraceMonitorLock()340 void Monitor::AtraceMonitorLockImpl(Thread* self, ObjPtr<mirror::Object> obj, bool is_wait) { in AtraceMonitorLockImpl() argument344 const size_t wanted_frame_number = is_wait ? 1U : 0U; in AtraceMonitorLockImpl()374 const char* prefix = is_wait ? "Waiting on " : "Locking "; in AtraceMonitorLockImpl()