proxygen
|
#include <thread>
#include <folly/experimental/TLRefCount.h>
#include <folly/portability/GTest.h>
#include <folly/synchronization/Baton.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
template<typename RefCount > | |
void | folly::basicTest () |
template<typename RefCount > | |
void | folly::stressTest (size_t itersCount) |
folly::TEST (TLRefCount, Basic) | |
folly::TEST (TLRefCount, Stress) | |