Xenomai  3.0.5
RT_MUTEX_INFO Struct Reference

Mutex status descriptor. More...

Data Fields

RT_TASK owner
 Current mutex owner, or NO_ALCHEMY_TASK 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

◆ owner

RT_TASK RT_MUTEX_INFO::owner

Current mutex owner, or NO_ALCHEMY_TASK if unlocked.

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


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