File nut/include/sys/mutex.h


Included Files


Preprocessor definitions

#define _SYS_MUTEX_H

Typedef MUTEX

typedef struct _MUTEX MUTEX
See: Type struct _MUTEX

Type struct _MUTEX

struct _MUTEX
struct _MUTEX  
   {  
      HANDLE qhp;  
      NUTTHREADINFO* thread;  
      u_short count;  
   }