#include <opale.h>
Collaboration diagram for t_op_BUFFER:
Data Fields | |
char | idleTaskStack [IDLE_TASK_STACK_SIZE] |
unsigned char | indexToLowestSettedBit [TO_LOWEST_SETTED_BIT_TABLE_SIZE] |
t_TASK_BLOCK | readyTasks |
t_TASK_BLOCK | roundRobin |
t_TASK * | runningTasks [NUM_TASKS] |
Definition at line 82 of file opale.h.
|
Stack of the idle task (lowest priority task created by the kernel). Definition at line 90 of file opale.h. |
|
Table of values used to fasten computation. When given n, indexToLowestSettedBit[n] gives the index of the less significant bit setted. Definition at line 93 of file opale.h. |
|
|
Table used for round-robin scheduling groups Definition at line 86 of file opale.h. |
|
Table of pointer to each of the tasks currently loaded in the kernel. Definition at line 88 of file opale.h. |