#include <stdio.h>
#include <os_config.h>
#include <sys/ksched.h>
#include <sys/entry.h>
#include <config/config_param.h>
#include <config/config_cparam.h>
#include <sys/process.h>
#include <sys/decls.h>
Functions | |
void | sched_rr (void) |
void | sched_prio (void) |
void | suspend (void) |
|
Pre-emptive strict priority scheduler
|
|
Round Robin Scheduler.
|
|
Suspend a process inside the kernel. A rescheduling followed by the corresponding context switch occurs within this routine.
|