activemq-cpp-3.9.5
|
#include <decaf/internal/util/concurrent/Transferer.h>
#include <decaf/util/concurrent/locks/LockSupport.h>
#include <decaf/util/concurrent/atomic/AtomicReference.h>
#include <decaf/util/concurrent/TimeoutException.h>
#include <decaf/lang/exceptions/InterruptedException.h>
#include <decaf/lang/Thread.h>
Go to the source code of this file.
Data Structures | |
class | decaf::internal::util::concurrent::TransferQueue< E > |
This extends Scherer-Scott dual queue algorithm, differing, among other ways, by using modes within nodes rather than marked pointers. More... | |
class | decaf::internal::util::concurrent::AtomicReference< T > |
An Pointer reference that may be updated atomically. More... | |
Namespaces | |
namespace | decaf |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | decaf::internal |
namespace | decaf::internal::util |
namespace | decaf::internal::util::concurrent |