Added GetLocksCount()

This commit is contained in:
Alex
2023-02-24 10:11:48 +02:00
parent 3e76830978
commit bcf46f8341
2 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,13 @@
/* Enabled ONLY on crash. */
extern bool ForceUnlock;
/**
* @brief Get how many locks are currently in use.
*
* @return size_t
*/
size_t GetLocksCount();
/** @brief Please use this macro to create a new lock. */
class LockClass
{