proxygen
|
#include <assert.h>
#include <errno.h>
#include <stdint.h>
#include <atomic>
#include <thread>
#include <folly/Likely.h>
#include <folly/detail/Futex.h>
#include <folly/detail/MemoryIdler.h>
#include <folly/portability/Asm.h>
#include <folly/synchronization/WaitOptions.h>
#include <folly/synchronization/detail/Spin.h>
Go to the source code of this file.
Classes | |
class | folly::Baton< MayBlock, Atom > |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |