index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Locking
/
Mutex.h
Age
Commit message (
Expand
)
Author
2022-04-06
Kernel: Track big lock blocked threads in separate list
Jelle Raaijmakers
2022-04-05
Kernel: Protect Mutex's thread lists with a spinlock
Andreas Kling
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-08-29
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
Andreas Kling
2021-08-29
Kernel: Use StringView instead of C strings in Mutex
Andreas Kling
2021-08-23
Kernel: Remove unused ScopedLockRelease class
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-13
Kernel: Convert lock debug APIs to east const
Brian Gianforcaro
2021-08-13
Kernel: Reduce LOCK_DEBUG ifdefs by utilizing Kernel::LockLocation
Brian Gianforcaro
2021-08-07
Kernel: Move Lockable into its own header
Jean-Baptiste Boric
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric