NeKernel dev
Loading...
Searching...
No Matches
ProcessScheduler.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#pragma once
8
11
12#ifdef __NEOSKRNL__
13namespace Kernel {
14inline UserProcessTeam kLowUserTeam;
15inline UserProcessTeam kHighUserTeam;
16inline UserProcessTeam kMidUserTeam;
17} // namespace Kernel
18#endif
Kernel Task Scheduler header file.
User Process Scheduler header file.
Processs Team (contains multiple processes inside it.) Equivalent to a process batch.
Definition UserProcessScheduler.h:166
UPS inline definitions.
Definition Device.h:12