summaryrefslogtreecommitdiff
path: root/cpp/tests/ProducerConsumerTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * cpp/lib/common/sys/ProducerConsumer.h:Alan Conway2007-02-141-0/+283
General-purpose producer-consumer synchronization. Anywhere we have producer/consumer threads in qpid we should re-use this sync object rather than re-inventing the synchronization each time. * cpp/lib/common/sys/AtomicCount.h: Separated ScopedIncrement/ScopedDecrement into ScopedIncrement.h * cpp/tests/InProcessBroker.h: Added class InProcessBrokerClient, a self contained in-process client + broker convenience for tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@507560 13f79535-47bb-0310-9956-ffa450edef68