void Leave(ref Int32 csLock)
Leave the critical section.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | csLock | Int32 (ref) | output |
Result: stored in self (calling object)
Remarks:
The order in which the threads will pass is not deterministic.
Leave the critical section.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | csLock | Int32 (ref) | output |
Result: stored in self (calling object)
The order in which the threads will pass is not deterministic.