TMutex
Mutex type
Methods
Method Close()
Close the mutex
Method Lock()
Lock the mutex
Method TryLock:Int()
Try to lock the mutex
Returns
True if mutex was successfully locked; False if mutex was already locked by another thread.
Method Unlock()
Unlock the mutex
Functions
Function Create:TMutex()
Create a new mutex