Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc297 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...)
300 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...) in ThrowIllegalMonitorStateExceptionF() function
344 ThrowIllegalMonitorStateExceptionF("unlock of unowned monitor on object of type '%s'" in FailedUnlock()
350 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
359 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
367 ThrowIllegalMonitorStateExceptionF("unlock of monitor originally owned by '%s' (now" in FailedUnlock()
374 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
419 ThrowIllegalMonitorStateExceptionF("object not locked by thread before wait()"); in Wait()
553 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); in Notify()
576 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notifyAll()"); in NotifyAll()
[all …]