tsem_t Struct Reference

#include <tsemaphore.h>


Data Fields

pthread_cond_t condition
pthread_mutex_t mutex
unsigned int semval


Detailed Description

The structure contains the semaphore value, mutex and green light flag

Definition at line 36 of file src/tsemaphore.h.


Field Documentation

pthread_cond_t tsem_t::condition

Definition at line 37 of file src/tsemaphore.h.

Referenced by tsem_deinit(), tsem_down(), tsem_init(), tsem_signal(), tsem_up(), and tsem_wait().

pthread_mutex_t tsem_t::mutex

unsigned int tsem_t::semval


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

Generated for OpenMAX Bellagio rel. 0.3.5-svn by  doxygen 1.5.1
SourceForge.net Logo