提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 2c74533ba6 Kernel: Don't register thread as custom data for WaitQueueBlocker 3 年之前
  Andreas Kling a82b5e6e50 Kernel: Remove unused WaitQueue::should_block(bool) 3 年之前
  Andreas Kling 40bc378d81 Kernel: Rename QueueBlocker => WaitQueueBlocker 3 年之前
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet 3 年之前
  Andreas Kling 53019f413c Kernel: Mark BlockCondition subclasses as final 3 年之前
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 年之前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 年之前
  Jean-Baptiste Boric 2c3b0baf76 Kernel: Move SpinLock.h into Locking/ 4 年之前
  Linus Groh 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Brian Gianforcaro ddd79fe2cf Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. 4 年之前
  Tom bd73102513 Kernel: Fix some race conditions with Lock and waiting/waking threads 4 年之前
  Tom 1d621ab172 Kernel: Some futex improvements 4 年之前
  Tom c4176b0da1 Kernel: Fix Lock race causing infinite spinning between two threads 4 年之前
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions 4 年之前
  Lenny Maiorani 9eef5fc446 SinglyLinkedList: Remove unused includes 4 年之前
  Tom 41d2a0e9f7 Kernel: Dequeue dying threads from WaitQueue 5 年之前
  Tom 9725bda63e Kernel: Enhance WaitQueue to remember pending wakes 5 年之前
  Tom 49f5069b76 Kernel: Add a SpinLock to the WaitQueue 5 年之前
  Brian Gianforcaro 1f64e3eb16 Kernel: Implement FUTEX_WAKE of arbitrary count. 5 年之前
  Cristian-Bogdan SIRB 717cd5015e Kernel: Allow process with multiple threads to call exec and exit 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling 41376d4662 Kernel: Fix Lock racing to the WaitQueue 5 年之前
  Andreas Kling f4978b2be1 Kernel: Use IntrusiveList to make WaitQueue allocation-free :^) 5 年之前
  Andreas Kling f067730f6b Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock 5 年之前