Generated on Sat Feb 7 2015 02:01:52 for Gecode by doxygen 1.8.9.1

An event for synchronization. More...

#include <thread.hpp>

Public Member Functions

 Event (void)
 Initialize event. More...
 
void signal (void)
 Signal the event. More...
 
void wait (void)
 Wait until the event becomes signalled. More...
 
 ~Event (void)
 Delete event. More...
 

Detailed Description

An event for synchronization.

An event can be waited on by a single thread until the event is signalled.

Definition at line 223 of file thread.hpp.

Constructor & Destructor Documentation

Gecode::Support::Event::Event ( void  )
inline

Initialize event.

Definition at line 61 of file none.hpp.

Gecode::Support::Event::~Event ( void  )
inline

Delete event.

Definition at line 67 of file none.hpp.

Member Function Documentation

void Gecode::Support::Event::signal ( void  )
inline

Signal the event.

Definition at line 63 of file none.hpp.

void Gecode::Support::Event::wait ( void  )
inline

Wait until the event becomes signalled.

Definition at line 65 of file none.hpp.


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