This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-12 10:44:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b70f3287694bd52f155e0a2b2d7bb5608fcd345
ladybird
/
Kernel
/
Locking
History
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
..
Lockable.h
Kernel: Move Lockable into its own header
2021-08-07 11:48:00 +02:00
LockLocation.h
Kernel: Introduce LockLocation abstraction from SourceLocation
2021-08-13 20:42:39 +02:00
LockMode.h
…
Mutex.cpp
Kernel: Verify interrupts are disabled when interacting with Mutexes
2021-08-28 20:53:38 +02:00
Mutex.h
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
2021-08-29 12:53:11 +02:00
MutexProtected.h
Kernel: Simplify MutexProtected<T>
2021-08-22 03:34:09 +02:00
Spinlock.h
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
2021-08-29 12:53:11 +02:00
SpinlockProtected.h
Kernel: Rename ScopedSpinlock => SpinlockLocker
2021-08-22 03:34:10 +02:00