NeKernel dev
Loading...
Searching...
No Matches
UserProcessScheduler.h File Reference

User Process Scheduler header file. More...

Go to the source code of this file.

Classes

class  Kernel::NE_VETTABLE
struct  Kernel::NE_VETTABLE::USER_PROCESS_SIGNAL
class  Kernel::UserProcessTeam
 Processs Team (contains multiple processes inside it.) Equivalent to a process batch. More...
class  Kernel::UserProcessScheduler
 USER_PROCESS scheduler class. The main class which you call to schedule user processes. More...
class  Kernel::UserProcessHelper
 USER_PROCESS helper class, which contains needed utilities for the scheduler. More...

Namespaces

namespace  Kernel
 UPS inline definitions.

Typedefs

USER_PROCESS

USER_PROCESS class, holds information about the running process/thread.

typedef Array< USER_PROCESS, kSchedProcessLimitPerTeamKernel::USER_PROCESS_ARRAY
typedef Ref< USER_PROCESS > Kernel::USER_PROCESS_REF

Detailed Description

User Process Scheduler header file.

Author
Amlal El Mahrouss (amlal.nosp@m.@nek.nosp@m.ernel.nosp@m..org)