Functions | |
| int | maRunTaskInit (int SP, int p0, int p1) |
| int | maRunTask (int SP) |
| void | maYield (void) |
| void | maKillTask (void) |
| int | InitTasks (int max_tasks) |
| Initialise the task system. | |
| void | DisposeTasks (void) |
| Dispose the task system. | |
| void | DisposeTask (short task) |
| Dispose a specific task. | |
| void | SetTaskStackSize (int size) |
| Sets the current task stack size. | |
| long | CreateTask (char *TaskAddr, int p0, int p1) |
| Create a new cooperative task. | |
| void | RunAllTasks (void) |
| Execute all cooperative tasks. | |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Initialise the task system.
|
|
|
Dispose the task system.
|
|
|
Dispose a specific task.
|
|
|
Sets the current task stack size.
|
|
||||||||||||||||
|
Create a new cooperative task.
|
|
|
Execute all cooperative tasks.
|
1.4.6-NO