Mark3 Realtime Kernel
scheduler.cpp File Reference

Strict-Priority + Round-Robin thread scheduler implementation. More...

#include "mark3.h"

Go to the source code of this file.

Namespaces

 Mark3
 

Variables

Mark3::Threadg_pclNext
 
Mark3::Threadg_pclCurrent
 

Detailed Description

Strict-Priority + Round-Robin thread scheduler implementation.

Definition in file scheduler.cpp.

Variable Documentation

◆ g_pclCurrent

Mark3::Thread* g_pclCurrent

Definition at line 25 of file scheduler.cpp.

◆ g_pclNext

Mark3::Thread* g_pclNext

Definition at line 24 of file scheduler.cpp.