#include "task.h"
#include "pq.h"
#include "HeapManager.h"
Go to the source code of this file.
TCB * | CurrentTask |
TCB * | NextTask |
int | OsRunning |
HEAP_BLOCK * | pStackHeap |
PQ | ActiveTasks |
static void * | AllocStack (size_t len) |
unsigned | StackHeapAvailiable (void) |
Get the amount of memory available for Stacks. | |
void | CreateTask (TCB *t, void(*task)(void *), int stacksize, int priority, char *name, void *arg) |
Create a task. |
Definition in file createtask.c.