banan-os/kernel/include/kernel/Lock
Bananymous 6542a037df Kernel: Make spinlocks more safe
Kernel now makes sure thread is not holding any spinlocks when it tries
to lock a mutex or yield. Spinlocks are supposed to be only used for
short times without the possibility of yielding
2025-06-01 13:48:03 +03:00
..
LockGuard.h Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
Mutex.h Kernel: Make spinlocks more safe 2025-06-01 13:48:03 +03:00
SpinLock.h Kernel: Make spinlocks more safe 2025-06-01 13:48:03 +03:00