E:/Projects/AvrLib/include/sys/semaphore.h File Reference

#include <sys/types.h>
#include <sys/thread.h>

Include dependency graph for semaphore.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)


Generated on Sun Aug 31 13:30:39 2008 for FrankenRTOS by  doxygen 1.5.6