Xenomai API  2.6.5
rt_mutex_info Struct Reference

Structure containing mutex information useful to users. More...

Data Fields

int locked
 

0 if mutex is locked.

More...
 
int nwaiters
 Number of pending tasks. More...
 
char name [XNOBJECT_NAME_LEN]
 Symbolic name. More...
 
char owner [XNOBJECT_NAME_LEN]
 Symbolic name of the current owner, empty if unlocked. More...
 

Detailed Description

Structure containing mutex information useful to users.

See also
rt_mutex_inquire()

Field Documentation

int rt_mutex_info::locked

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().

int rt_mutex_info::nwaiters

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().


The documentation for this struct was generated from the following file: