Xenomai
3.0.5
|
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. | |
Mutex status descriptor.
This structure reports various static and runtime information about a mutex, returned by a call to rt_mutex_inquire().
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.