File nut/include/sys/semaphore.h
Included Files
#include <nut/include/sys/types.h>
#include <nut/include/sys/thread.h>
Preprocessor definitions
#define _SYS_SEMAPHORE_H
Typedef SEM
typedef struct _SEM SEM
See:
Type struct _SEM
Type struct _SEM
struct _SEM
struct _SEM
{
HANDLE qhp;
short value;
}