|
|
@ -197,7 +197,7 @@ private: |
|
|
|
|
|
|
|
|
class [[nodiscard]] KScopedSchedulerLock : KScopedLock<GlobalSchedulerContext::LockType> { |
|
|
class [[nodiscard]] KScopedSchedulerLock : KScopedLock<GlobalSchedulerContext::LockType> { |
|
|
public: |
|
|
public: |
|
|
explicit KScopedSchedulerLock(KernelCore& kernel); |
|
|
|
|
|
|
|
|
explicit KScopedSchedulerLock(KernelCore & kernel); |
|
|
~KScopedSchedulerLock(); |
|
|
~KScopedSchedulerLock(); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|