mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static Singleton<SpinLockProtectedValue<Thread::GlobalList>> s_list;
|
||||
static Singleton<SpinLockProtected<Thread::GlobalList>> s_list;
|
||||
|
||||
SpinLockProtectedValue<Thread::GlobalList>& Thread::all_instances()
|
||||
SpinLockProtected<Thread::GlobalList>& Thread::all_instances()
|
||||
{
|
||||
return *s_list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user