RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMutex.Release Method

Releases the exclusive lock on the mutex.

Pascal
procedure Release; override;
C++
virtual __fastcall Release();

Call Release from a thread that has finished using a shared resource.  

The Release method frees the exclusive lock and allows one of the blocked threads to acquire the mutex. 

 

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