mos_sem_t Struct Reference
[Thread Synchronization]

Semaphore data structure.

#include <sem.h>


Data Fields

int8_t val
tlist_t q


Detailed Description

Definition at line 77 of file sem.h.


Field Documentation

tlist_t q
 

For internal use only.

List of threads waiting on semaphore

Definition at line 81 of file sem.h.

int8_t val
 

For internal use only.

Current semaphore count

Definition at line 79 of file sem.h.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 23 06:26:00 2009 for MANTIS by  doxygen 1.4.6