Microsoft SDK for Java

monitorNotifyAll

Wakes up all threads that are waiting on this object's monitor.

Syntax

void __cdecl monitorNotifyAll(UINT_PTR object);

Parameters

object The synchronization object.

Remarks

You can use the ObjectMonitorNotifyAll macro to automatically cast the synchronization object to an integer and call this method. This method is the native equivalent of the Java.lang.Object.notifyAll method.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.