proxygen
|
#include <folly/ClockGettimeWrappers.h>
#include <folly/Likely.h>
#include <folly/portability/Time.h>
#include <chrono>
#include <time.h>
#include <dlfcn.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::chrono | |
Macros | |
#define | _GNU_SOURCE 1 |
Functions | |
static int64_t | folly::chrono::clock_gettime_ns_fallback (clockid_t clock) |
Variables | |
int(* | folly::chrono::clock_gettime )(clockid_t, timespec *ts) = &::clock_gettime |
int64_t(* | folly::chrono::clock_gettime_ns )(clockid_t) = &clock_gettime_ns_fallback |
#define _GNU_SOURCE 1 |
Definition at line 26 of file ClockGettimeWrappers.cpp.