summaryrefslogtreecommitdiff
path: root/Kernel/WaitQueue.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-08-24Kernel: Don't register thread as custom data for WaitQueueBlockerAndreas Kling
2021-08-23Kernel: Remove unused WaitQueue::should_block(bool)Andreas Kling
2021-08-23Kernel: Rename QueueBlocker => WaitQueueBlockerAndreas Kling
2021-08-23Kernel: Rename Thread::BlockCondition to BlockerSetAndreas Kling
2021-08-23Kernel: Mark BlockCondition subclasses as finalAndreas Kling
2021-08-22Kernel: Rename ScopedSpinlock => SpinlockLockerAndreas Kling
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-08-07Kernel: Move SpinLock.h into Locking/Jean-Baptiste Boric
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-15Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.Brian Gianforcaro
2021-01-25Kernel: Fix some race conditions with Lock and waiting/waking threadsTom
2021-01-17Kernel: Some futex improvementsTom
2020-12-16Kernel: Fix Lock race causing infinite spinning between two threadsTom
2020-12-12Kernel: Fix some issues related to fixes and block conditionsTom
2020-10-08SinglyLinkedList: Remove unused includesLenny Maiorani
2020-08-06Kernel: Dequeue dying threads from WaitQueueTom
2020-07-06Kernel: Enhance WaitQueue to remember pending wakesTom
2020-07-06Kernel: Add a SpinLock to the WaitQueueTom
2020-04-26Kernel: Implement FUTEX_WAKE of arbitrary count.Brian Gianforcaro
2020-02-26Kernel: Allow process with multiple threads to call exec and exitCristian-Bogdan SIRB
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-12Kernel: Fix Lock racing to the WaitQueueAndreas Kling
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