Xenomai  3.0-rc7
RT_MUTEX_INFO Struct Reference

Mutex status descriptor. More...

Data Fields

RT_TASK owner
 Current mutex owner, or null if unlocked. More...
 
char name [XNOBJECT_NAME_LEN]
 Name of mutex.
 

Detailed Description

Mutex status descriptor.

This structure reports various static and runtime information about a mutex, returned by a call to rt_mutex_inquire().

Field Documentation

RT_TASK RT_MUTEX_INFO::owner

Current mutex owner, or null if unlocked.

This information is in essence transient, and may not be valid anymore once used by the caller.

Referenced by rt_mutex_inquire().


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