#include <sys/types.h>
#include <sys/thread.h>
Go to the source code of this file.
Data Structures | |
struct | _SEM |
Semaphore. More... | |
Typedefs | |
typedef struct _SEM | SEM |
Sempahore type. | |
Functions | |
void | NutSemInit (SEM *sem, short value) |
void | NutSemWait (SEM *sem) |
int | NutSemTryWait (SEM *sem) |
void | NutSemPost (SEM *sem) |
int | NutSemDestroy (SEM *sem) |