mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
This commit is contained in:
@@ -53,9 +53,9 @@ struct ThreadReadyQueues {
|
||||
Array<ThreadReadyQueue, count> queues;
|
||||
};
|
||||
|
||||
static Singleton<SpinLockProtectedValue<ThreadReadyQueues>> g_ready_queues;
|
||||
static Singleton<SpinLockProtected<ThreadReadyQueues>> g_ready_queues;
|
||||
|
||||
static SpinLockProtectedValue<TotalTimeScheduled> g_total_time_scheduled;
|
||||
static SpinLockProtected<TotalTimeScheduled> g_total_time_scheduled;
|
||||
|
||||
// The Scheduler::current_time function provides a current time for scheduling purposes,
|
||||
// which may not necessarily relate to wall time
|
||||
|
||||
Reference in New Issue
Block a user