Remove a task from the system
Source position: exec.pas line 1904
procedure RemTask( |
task: PTask |
); |
task |
|
A pointer to the task node representing the task to be removed. A zero value indicates self removal, and will cause the next ready task to begin execution. |
|
Add a Task to the System |
|
|
Allocate many regions of memory |