Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/sys/windows/check.h"
#include <boost/version.hpp>
#include <boost/noncopyable.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/thread/thread_time.hpp>
#include <boost/thread/tss.hpp>
Go to the source code of this file.
Classes | |
class | qpid::sys::Mutex |
Mutex lock. More... | |
class | qpid::sys::RWlock |
RW lock. More... | |
struct | qpid::sys::PODMutex |
PODMutex is a POD, can be static-initialized with PODMutex m = QPID_PODMUTEX_INITIALIZER. More... | |
Namespaces | |
namespace | qpid |
namespace | qpid::sys |
Defines | |
#define | QPID_MUTEX_INITIALIZER 0 |