Xenomai
3.2.4
|
Mutex status descriptor . More...
#include <mutex.h>
Data Fields | |
RT_TASK | owner |
Current mutex owner, or NO_ALCHEMY_TASK if unlocked. More... | |
char | name [XNOBJECT_NAME_LEN] |
Name of mutex. | |
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.