proxygen
LockFreeRingBuffer.h File Reference
#include <atomic>
#include <cmath>
#include <cstring>
#include <memory>
#include <type_traits>
#include <boost/noncopyable.hpp>
#include <folly/Portability.h>
#include <folly/Traits.h>
#include <folly/detail/TurnSequencer.h>
#include <folly/portability/Unistd.h>

Go to the source code of this file.

Classes

class  folly::detail::RingBufferSlot< T, Atom >
 
class  folly::LockFreeRingBuffer< T, Atom >
 
struct  folly::LockFreeRingBuffer< T, Atom >::Cursor
 
class  folly::detail::RingBufferSlot< T, Atom >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::detail