blocxx
Classes | Namespaces | Functions

Condition.hpp File Reference

#include "blocxx/BLOCXX_config.h"
#include "blocxx/ThreadTypes.hpp"
#include "blocxx/Exception.hpp"
#include "blocxx/Types.hpp"
#include "blocxx/CommonFwd.hpp"

Go to the source code of this file.

Classes

class  BLOCXX_NAMESPACE::Condition
 The Condition class represents a synchronization device that allows threads to suspend execution and relinquish the processors until another thread signals the condition. More...

Namespaces

namespace  BLOCXX_NAMESPACE
 

Taken from RFC 1321.


Functions

 BLOCXX_NAMESPACE::BLOCXX_DECLARE_APIEXCEPTION (ConditionLock, BLOCXX_COMMON_API)
 BLOCXX_NAMESPACE::BLOCXX_DECLARE_APIEXCEPTION (ConditionResource, BLOCXX_COMMON_API)