Update queued spinlock guard naming
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 34s
Builds / ExectOS (i686, release) (push) Successful in 39s
Builds / ExectOS (i686, debug) (push) Successful in 33s
Builds / ExectOS (amd64, release) (push) Successful in 41s

This commit is contained in:
2026-06-25 18:54:44 +02:00
parent 6184e9e73d
commit f2168e8c55
8 changed files with 18 additions and 17 deletions

View File

@@ -125,7 +125,7 @@ KE::Scheduler::ReadyThread(IN PKTHREAD Thread)
{
/* Raise runlevel to SYNC level and acquire the dispatcher database lock */
KE::RaiseRunLevel RunLevel(SYNC_LEVEL);
KE::QueuedSpinLockGuard DispatcherGuard(DispatcherLock);
KE::SystemQueuedSpinLockGuard DispatcherGuard(DispatcherLock);
/* Evaluate residency and queue the thread */
ProcessReadyThread(Thread);