n2nc::sync::Condition Class Reference

Conditional variable implementation. More...

#include <condition.h>

Collaboration diagram for n2nc::sync::Condition:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Condition (Mutex &mutex)
bool signal ()
bool signalall ()
bool wait ()


Detailed Description

Conditional variable implementation.

Author:
fabsoft <fabsoft@gmail.com>

Definition at line 15 of file condition.h.


Member Function Documentation

bool n2nc::sync::Condition::wait (  ) 

Check if the thread has acquired the lock

error

Definition at line 10 of file condition.cpp.

References n2nc::sync::Mutex::m_mutex.


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

Generated on Mon Oct 6 19:32:57 2008 for n2nc by  doxygen 1.5.5