#include "task.h"
#include "pq.h"
#include "HeapManager.h"
Go to the source code of this file.
Functions | |
static int | PriorityCompare (void **s1, void **s2) |
void | OSInit (void) |
Variables | |
HEAP_BLOCK * | pStackHeap |
static int PriorityCompare | ( | void ** | s1, | |
void ** | s2 | |||
) | [static] |
place to allocate stacks from
Definition at line 29 of file createtask.c.