OpenMAX Bellagio
0.9.3
|
#include <tsemaphore.h>
Data Fields | |
pthread_cond_t | condition |
pthread_mutex_t | mutex |
unsigned int | semval |
The structure contains the semaphore value, mutex and green light flag
Definition at line 38 of file tsemaphore.h.
pthread_cond_t tsem_t::condition |
Definition at line 39 of file tsemaphore.h.
Referenced by tsem_deinit(), tsem_down(), tsem_init(), tsem_signal(), tsem_timed_down(), tsem_up(), and tsem_wait().
pthread_mutex_t tsem_t::mutex |
Definition at line 40 of file tsemaphore.h.
Referenced by tsem_deinit(), tsem_down(), tsem_init(), tsem_reset(), tsem_signal(), tsem_timed_down(), tsem_up(), and tsem_wait().
unsigned int tsem_t::semval |
Definition at line 41 of file tsemaphore.h.
Referenced by base_port_DisablePort(), base_port_EnablePort(), base_port_FlushProcessingBuffers(), base_port_FreeTunnelBuffer(), clocksrc_port_FlushProcessingBuffers(), omx_video_scheduler_component_ClockPortHandleFunction(), omx_video_scheduler_component_port_FlushProcessingBuffers(), tsem_down(), tsem_init(), tsem_reset(), tsem_timed_down(), and tsem_up().