summaryrefslogtreecommitdiff
path: root/Kernel/Lock.h
AgeCommit message (Expand)Author
2019-04-17Kernel: Lock::unlock_if_locked() should never donate to holder.Andreas Kling
2019-04-01Kernel: Add a blunt big process lock.Andreas Kling
2019-03-23Kernel: Introduce threads, and refactor everything in support of it.Andreas Kling
2019-03-16Move Lock from AK to Kernel, since it only works inside the kernel.Andreas Kling