RDK Documentation (Open Sourced RDK Components)
|
#include <rmh_monitor.h>
Data Fields | |
pthread_mutex_t | lock |
pthread_cond_t | cond |
bool | signal |
A simple semaphore based on pthread
Definition at line 31 of file rmh_monitor.h.
pthread_mutex_t RMHMonitor_Semaphore::lock |
Definition at line 32 of file rmh_monitor.h.
pthread_cond_t RMHMonitor_Semaphore::cond |
Definition at line 33 of file rmh_monitor.h.
bool RMHMonitor_Semaphore::signal |
Definition at line 34 of file rmh_monitor.h.