Andreas Kling
|
68bf6db673
|
Kernel: Rename Spinlock::is_owned_by_current_thread()
...to is_owned_by_current_processor(). As Tom pointed out, this is
much more accurate. :^)
|
2021-08-29 22:19:42 +02:00 |
|
Andreas Kling
|
0b4671add7
|
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
Rename these API's to make it more clear what they are checking.
|
2021-08-29 12:53:11 +02:00 |
|
Andreas Kling
|
c922a7da09
|
Kernel: Rename ScopedSpinlock => SpinlockLocker
This matches MutexLocker, and doesn't sound like it's a lock itself.
|
2021-08-22 03:34:10 +02:00 |
|
Andreas Kling
|
55adace359
|
Kernel: Rename SpinLock => Spinlock
|
2021-08-22 03:34:10 +02:00 |
|