RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.MonitorPulse Function

Notifies the next thread in the waiting queue that it will be able to lock the specified object as soon as the calling thread releases it.

Pascal
procedure MonitorPulse(AObject: TObject);
C++
MonitorPulse(TObject * AObject);

MonitorPulse notifies the next thread in the waiting queue that it can move to the ready queue. Thus, as soon as the calling thread releases the lock on AObject, the next thread in the ready queue will lock it. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!