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

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

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

unsigned int tsem_t::semval

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

Referenced by audiodecEmptyBufferDone(), base_port_DisablePort(), base_port_EnablePort(), base_port_FlushProcessingBuffers(), base_port_FreeTunnelBuffer(), main(), omx_base_filter_BufferMgmtFunction(), tsem_down(), tsem_init(), tsem_reset(), tsem_up(), videodecEmptyBufferDone(), videosrc_port_FreeTunnelBuffer(), and volumeEmptyBufferDone().


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