#include <mutexdef.h>
Public Attributes | |
union { | |
unsigned short int mutex_w_sts | |
unsigned mutex_v_wrt: 1 | |
unsigned mutex_v_interlock: 1 | |
}; | |
unsigned short int | mutex_w_fill_2 |
unsigned int | mutex_l_owncnt |
Definition at line 10 of file mutexdef.h.
unsigned short int _mutex::mutex_w_sts |
Definition at line 12 of file mutexdef.h.
unsigned _mutex::mutex_v_wrt |
Definition at line 13 of file mutexdef.h.
unsigned _mutex::mutex_v_interlock |
Definition at line 14 of file mutexdef.h.
union { ... } |
unsigned short int _mutex::mutex_w_fill_2 |
Definition at line 16 of file mutexdef.h.
unsigned int _mutex::mutex_l_owncnt |
Definition at line 17 of file mutexdef.h.