Zero  0.1.0
Public Member Functions | Public Attributes | List of all members
condex Struct Reference

#include <condex.h>

Public Member Functions

 condex ()
 
 ~condex ()
 
void signal ()
 
void wait ()
 

Public Attributes

pthread_cond_t _cond
 
pthread_mutex_t _lock
 
long _signals
 
long _waits
 

Constructor & Destructor Documentation

§ condex()

condex::condex ( )
inline

§ ~condex()

condex::~condex ( )
inline

Member Function Documentation

§ signal()

void condex::signal ( )
inline

§ wait()

void condex::wait ( )
inline

Member Data Documentation

§ _cond

pthread_cond_t condex::_cond

§ _lock

pthread_mutex_t condex::_lock

§ _signals

long condex::_signals

§ _waits

long condex::_waits

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