summaryrefslogtreecommitdiff
path: root/Kernel/WaitQueue.h
AgeCommit message (Expand)Author
2019-12-22Kernel: Use IntrusiveList to make WaitQueue allocation-free :^)Andreas Kling
2019-12-01Kernel: Add a WaitQueue for Thread queueing/waking and use it for LockAndreas Kling