File nut/include/sys/semaphore.h


Included Files


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;  
   }