mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:50:59 +00:00
We have to disable interrupts before capturing the current Processor*, or we risk storing the wrong one if we get preempted and resume on a different CPU. Caught by the VERIFY in RecursiveSpinLock::unlock() |
||
|---|---|---|
| .. | ||
| ContendedResource.h | ||
| Lockable.h | ||
| LockMode.h | ||
| Mutex.cpp | ||
| Mutex.h | ||
| NonnullRefContendedPtr.h | ||
| NonnullRefContendedPtrVector.h | ||
| ProtectedValue.h | ||
| RefContendedPtr.h | ||
| RefCountedContended.h | ||
| SpinLock.h | ||
| SpinLockProtectedValue.h | ||
| SpinLockResource.h | ||