void Leave();
Leave the critical section.
Remarks:
Guarantees the sequence of threads that pass through, to match the sequence in which they called Enter.
Important: Always need to call "Leave" before calling "Enter" on the same critical section by the same thread again.
Declared in Dew::Math::TFifoCriticalSection · Dew.Math/Math387.h · Cross-compiler