mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 16:35:06 +00:00
parent
f727dc3c42
commit
5cd030568f
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ void Thread::finalize()
|
||||||
VERIFY(Thread::current() != this);
|
VERIFY(Thread::current() != this);
|
||||||
|
|
||||||
#if LOCK_DEBUG
|
#if LOCK_DEBUG
|
||||||
VERIFY(!m_lock.is_locked_by_current_thread());
|
VERIFY(!m_lock.is_locked_by_current_processor());
|
||||||
if (lock_count() > 0) {
|
if (lock_count() > 0) {
|
||||||
dbgln("Thread {} leaking {} Locks!", *this, lock_count());
|
dbgln("Thread {} leaking {} Locks!", *this, lock_count());
|
||||||
SpinlockLocker list_lock(m_holding_locks_lock);
|
SpinlockLocker list_lock(m_holding_locks_lock);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue