Xenomai API  2.5.6.1
rt_mutex_info Struct Reference

Structure containing mutex information useful to users. More...

Data Fields

int locked
 > 0 if mutex is locked.
int nwaiters
 Number of pending tasks.
char name [XNOBJECT_NAME_LEN]
 Symbolic name.
char owner [XNOBJECT_NAME_LEN]
 Symbolic name of the current owner, empty if unlocked.

Detailed Description

Structure containing mutex information useful to users.

See also:
rt_mutex_inquire()

Field Documentation

> 0 if mutex is locked.

Referenced by rt_mutex_inquire().

char rt_mutex_info::name[XNOBJECT_NAME_LEN]

Symbolic name.

Referenced by rt_mutex_inquire().

Number of pending tasks.

Referenced by rt_mutex_inquire().

char rt_mutex_info::owner[XNOBJECT_NAME_LEN]

Symbolic name of the current owner, empty if unlocked.

Referenced by rt_mutex_inquire().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines