Qutex: Add getter for currOwner pointer

This commit is contained in:
2025-09-29 12:46:58 -04:00
parent 7e514a1fa3
commit 0090aa6e3a
+4
View File
@@ -89,6 +89,10 @@ public:
*/
void release();
#ifdef CONFIG_ENABLE_DEBUG_LOCKS
LockerAndInvokerBase* getCurrOwner() const { return currOwner; }
#endif
public:
#ifdef CONFIG_ENABLE_DEBUG_LOCKS
std::string name;