Xenomai API
2.5.6.1
|
Structure containing mutex information useful to users. More...
Data Fields | |
int | locked |
> 0 if mutex is locked. | |
int | nwaiters |
Number of pending tasks. | |
char | name [XNOBJECT_NAME_LEN] |
Symbolic name. | |
char | owner [XNOBJECT_NAME_LEN] |
Symbolic name of the current owner, empty if unlocked. |
Structure containing mutex information useful to users.
> 0 if mutex is locked.
Referenced by rt_mutex_inquire().
char rt_mutex_info::name[XNOBJECT_NAME_LEN] |
Symbolic name.
Referenced by rt_mutex_inquire().
Number of pending tasks.
Referenced by rt_mutex_inquire().
char rt_mutex_info::owner[XNOBJECT_NAME_LEN] |
Symbolic name of the current owner, empty if unlocked.
Referenced by rt_mutex_inquire().