Histórico de commits

Autor SHA1 Mensagem Data
  Brian Gianforcaro 9d1b27263f Kernel: Declare type aliases with "using" instead of "typedef" 3 anos atrás
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 3 anos atrás
  Andreas Kling 6ae60137d7 Kernel: Use StringView instead of C strings in Mutex 3 anos atrás
  Andreas Kling a8967388d3 Kernel: Remove unused ScopedLockRelease class 3 anos atrás
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 anos atrás
  Brian Gianforcaro 464dc42640 Kernel: Convert lock debug APIs to east const 4 anos atrás
  Brian Gianforcaro bea74f4b77 Kernel: Reduce LOCK_DEBUG ifdefs by utilizing Kernel::LockLocation 4 anos atrás
  Jean-Baptiste Boric aea98a85d1 Kernel: Move Lockable into its own header 4 anos atrás
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ 4 anos atrás