#include <folly/Random.h>
#include <array>
#include <atomic>
#include <mutex>
#include <random>
#include <folly/File.h>
#include <folly/FileUtil.h>
#include <folly/SingletonThreadLocal.h>
#include <folly/ThreadLocal.h>
#include <folly/portability/SysTime.h>
#include <folly/portability/Unistd.h>
#include <folly/synchronization/CallOnce.h>
#include <glog/logging.h>
Go to the source code of this file.
|
| folly |
| —— Concurrent Priority Queue Implementation ——
|
|
std::unique_ptr<unsigned char[]> buffer_ |
|
private |
size_t epoch_ {size_t(-1)} |
|
private |
Definition at line 75 of file Random.cpp.
Referenced by BENCHMARK(), folly::AsyncUDPSocket::bind(), testing::gmock_nice_strict_test::MockFoo::Delete(), testing::internal::FlagToEnvVar(), folly::detail::MemoryIdler::flushLocalMallocCaches(), folly::python::getFiberManager(), option(), testing::internal::ParseFlagValue(), testing::internal::ParseGoogleMockFlagValue(), testing::gmock_generated_actions_test::SubstractAction::Perform(), testing::internal::PrintOnOneLine(), TEST(), and testing::gmock_nice_strict_test::Foo::~Foo().
std::atomic<size_t> globalEpoch_ |
|
staticprivate |
constexpr size_t kDefaultBufferSize = 128 |
|
static |