Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc651 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...)
654 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...) in ThrowIllegalMonitorStateExceptionF() function
706 ThrowIllegalMonitorStateExceptionF("unlock of unowned monitor on object of type '%s'" in FailedUnlock()
712 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
721 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
729 ThrowIllegalMonitorStateExceptionF("unlock of monitor originally owned by '%s' (now" in FailedUnlock()
736 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
837 ThrowIllegalMonitorStateExceptionF("object not locked by thread before wait()"); in Wait()
960 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); in Notify()
976 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notifyAll()"); in NotifyAll()
[all …]