mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Added GetLocksCount()
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user