proxygen
|
#include <folly/io/async/test/TimeUtil.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <chrono>
#include <ostream>
#include <stdexcept>
#include <folly/Conv.h>
#include <folly/ScopeGuard.h>
#include <folly/String.h>
#include <folly/portability/Unistd.h>
#include <folly/system/ThreadId.h>
#include <glog/logging.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Macros | |
#define | __STDC_FORMAT_MACROS |
Functions | |
static int | folly::getLinuxVersion (StringPiece release) |
static nanoseconds | folly::getSchedTimeWaiting (pid_t tid) |
std::ostream & | folly::operator<< (std::ostream &os, const TimePoint &timePoint) |
bool | folly::checkTimeout (const TimePoint &start, const TimePoint &end, nanoseconds expected, bool allowSmaller, nanoseconds tolerance) |
#define __STDC_FORMAT_MACROS |
Definition at line 17 of file TimeUtil.cpp.