Lines Matching refs:ThrowIllegalMonitorStateExceptionF
605 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()
1273 ThrowIllegalMonitorStateExceptionF("object not locked by thread before wait()"); in Wait()
1279 ThrowIllegalMonitorStateExceptionF("object not locked by thread before wait()"); in Wait()
1308 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); in DoNotify()
1314 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); in DoNotify()