Xenomai 3.3.2
Loading...
Searching...
No Matches
RT_MUTEX_INFO Struct Reference

Mutex status descriptor . More...

#include <mutex.h>

Data Fields

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

Referenced by rt_mutex_inquire().


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