|
proxygen
|
#include <folly/io/async/EventBase.h>#include <fcntl.h>#include <memory>#include <mutex>#include <thread>#include <folly/Memory.h>#include <folly/String.h>#include <folly/io/async/NotificationQueue.h>#include <folly/io/async/VirtualEventBase.h>#include <folly/portability/Unistd.h>#include <folly/synchronization/Baton.h>#include <folly/system/ThreadName.h>Go to the source code of this file.
Classes | |
| class | folly::EventBase::FunctionRunner |
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Macros | |
| #define | __STDC_FORMAT_MACROS |
Functions | |
| static std::chrono::milliseconds | folly::getTimeDelta (std::chrono::steady_clock::time_point *prev) |
Variables | |
| static std::mutex | folly::libevent_mutex_ |
| #define __STDC_FORMAT_MACROS |
Definition at line 17 of file EventBase.cpp.