proxygen
|
#include <cassert>
#include <climits>
#include <cstdint>
#include <folly/Portability.h>
#include <folly/detail/Futex.h>
Go to the source code of this file.
Classes | |
class | folly::MicroLockCore |
class | folly::MicroLockBase< MaxSpins, MaxYields > |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Macros | |
#define | NO_SANITIZE_ADDRESS |
Typedefs | |
typedef MicroLockBase | folly::MicroLock |
#define NO_SANITIZE_ADDRESS |
Definition at line 29 of file MicroLock.h.
Referenced by folly::MicroLockBase< MaxSpins, MaxYields >::lock().