mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
It's not possible to use WaitForSingleObject to wait on a CRITICAL_SECTION, instead use the TryEnterCriticalSection function. - if "mutex" was already taken => return EBUSY - if "mutex" was aquired => return 0
3.9 KiB
3.9 KiB