Xenomai  3.0.5
RT_SEM_INFO Struct Reference

Semaphore status descriptor. More...

Data Fields

unsigned long count
 Current semaphore value.
 
int nwaiters
 Number of tasks waiting on the semaphore.
 
char name [XNOBJECT_NAME_LEN]
 Name of semaphore.
 

Detailed Description

Semaphore status descriptor.

This structure reports various static and runtime information about a semaphore, returned by a call to rt_sem_inquire().


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