GeMRTOS
|
Related Functions | |
(Note that these are not member functions.) |
|
related |
Reservs system memory to store the Processor Control Blocks of the system (PCB)
gk_Create_PCBs
[in] | Nmbr_TCB | Number of user PCBs desired to create (Interrupt and system PCB are added by the function) |
Include into the KCB
System signal should be implmented when no free PCB is available
Definition at line 302 of file gemrtos_core.c.
|
related |
Creates a LCB and returns its pointer.
gk_Get_LCB
System signal should be implmented when no free LCB is available
Rewrite all the LCB support
Write the destroy LCB structure
< Next free processor for this list
LCBs linked list for debugging
Definition at line 264 of file gemrtos_core.c.