Qutex: Add getter for currOwner pointer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user