RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.MonitorExit Function

Releases a lock of the calling thread on the specified object.

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

Use MonitorExit to release a lock of the calling thread on AObject, which is also owned by the thread. The object is released from all the locks of the calling thread as soon as the number of the thread's calls to MonitorExit is equal to the number of calls to MonitorEnter

 

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