Lines Matching refs:ThrowIllegalMonitorStateExceptionF
651 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()
1301 ThrowIllegalMonitorStateExceptionF("object not locked by thread before wait()"); in Wait()
1307 ThrowIllegalMonitorStateExceptionF("object not locked by thread before wait()"); in Wait()
1336 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); in DoNotify()
1342 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); in DoNotify()