Guitar
Public Member Functions | Private Attributes | List of all members
Event Class Reference

#include <event.h>

Collaboration diagram for Event:
Collaboration graph
[legend]

Public Member Functions

 Event ()
 
 ~Event ()
 
bool wait (int ms=-1)
 
void signal ()
 

Private Attributes

Mutex _mutex
 
pthread_cond_t _cond
 

Constructor & Destructor Documentation

◆ Event()

Event::Event ( )

◆ ~Event()

Event::~Event ( )

Member Function Documentation

◆ signal()

void Event::signal ( )

◆ wait()

bool Event::wait ( int  ms = -1)

Member Data Documentation

◆ _cond

pthread_cond_t Event::_cond
private

◆ _mutex

Mutex Event::_mutex
private

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