InternalCriticalSection class
Public functions
- void Initialize()
- void Finalize()
- void Enter()
- auto TryEnter() -> bool
- void Leave()
- auto IsLockedByCurrentThread() const -> bool
- void lock()
- void unlock()
- auto Get() -> InternalCriticalSectionImpl*