static void Leave(int &csLock);
Leave the critical section.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | csLock | int & |
Remarks:
The order in which the threads will pass is not deterministic.
Declared in Dew::Math::TSimpleCriticalSection · Dew.Math/Math387.h · Cross-compiler