RDK Documentation (Open Sourced RDK Components)
RMHMonitor_Semaphore Struct Reference

#include <rmh_monitor.h>

Collaboration diagram for RMHMonitor_Semaphore:
Collaboration graph

Data Fields

pthread_mutex_t lock
 
pthread_cond_t cond
 
bool signal
 

yes

A simple semaphore based on pthread

Definition at line 31 of file rmh_monitor.h.

Field Documentation

◆ lock

pthread_mutex_t RMHMonitor_Semaphore::lock

Definition at line 32 of file rmh_monitor.h.

◆ cond

pthread_cond_t RMHMonitor_Semaphore::cond

Definition at line 33 of file rmh_monitor.h.

◆ signal

bool RMHMonitor_Semaphore::signal

Definition at line 34 of file rmh_monitor.h.


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