SyncMutex::lockWaits for an exclusive lock Description
public bool SyncMutex::lock(int
$wait = -1)Obtains an exclusive lock on a SyncMutex object. If the lock is already acquired, then this increments an internal counter. Parameters
Return Values
Returns ExamplesExample #1 SyncMutex::lock example
See Also
|