Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc605 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...)
608 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...) in ThrowIllegalMonitorStateExceptionF() function
661 ThrowIllegalMonitorStateExceptionF("unlock of unowned monitor on object of type '%s'" in FailedUnlock()
667 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
676 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
684 ThrowIllegalMonitorStateExceptionF("unlock of monitor originally owned by '%s' (now" in FailedUnlock()
691 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'" in FailedUnlock()
789 ThrowIllegalMonitorStateExceptionF("object not locked by thread before wait()"); in Wait()
926 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); in Notify()
943 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notifyAll()"); in NotifyAll()
[all …]