|
proxygen
|
#include <folly/synchronization/AtomicUtil.h>#include <folly/Benchmark.h>#include <folly/Portability.h>#include <folly/Utility.h>#include <folly/portability/GTest.h>Go to the source code of this file.
Classes | |
| class | folly::AtomicFetchSetTest |
| class | folly::AtomicFetchResetTest |
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Functions | |
| folly::TEST_F (AtomicFetchSetTest, Basic) | |
| folly::TEST_F (AtomicFetchResetTest, Basic) | |
| folly::TEST_F (AtomicFetchSetTest, EnsureFetchOrUsed) | |
| folly::TEST_F (AtomicFetchResetTest, EnsureFetchAndUsed) | |
| folly::TEST_F (AtomicFetchSetTest, FetchSetDefault) | |
| folly::TEST_F (AtomicFetchSetTest, FetchResetDefault) | |
| folly::TEST_F (AtomicFetchSetTest, FetchSetX86) | |
| folly::TEST_F (AtomicFetchResetTest, FetchResetX86) | |
| Integer integer_ {0} |
Definition at line 122 of file AtomicUtilTest.cpp.
Referenced by TEST().
| std::function<void()> onFetchAnd_ |
Definition at line 121 of file AtomicUtilTest.cpp.
| std::function<void()> onFetchOr_ |
Definition at line 120 of file AtomicUtilTest.cpp.