#include <pthread.h>
#include "Lock.hxx"
#include <errno.h>
Go to the source code of this file.
Classes | |
class | CLAM::Mutex |
From the www.boost.org docs: A mutex (short for mutual-exclusion) object is used to serializes access to a resource shared between multiple threads. More... | |
struct | CLAM::Mutex::ConditionVar |
class | CLAM::TryMutex |
struct | CLAM::TryMutex::ConditionVar |
class | CLAM::TimedMutex |
struct | CLAM::TimedMutex::ConditionVar |
Namespaces | |
namespace | CLAM |