#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "task.h"
#include "pq.h"
#include "HeapManager.h"
Go to the source code of this file.
Functions | |
int | PostSemaphore (ECB *e, int Value) |
int | PostSemaphoreIrq (ECB *e, int Value) |
int | PostSemaphoreWithData (ECB *e, int Value, unsigned data) |