cds
2.3.2
|
RWQueue default type traits. More...
#include <cds/container/rwqueue.h>
Public Types | |
enum | { padding = opt::cache_line_padding } |
Padding for internal critical atomic data. Default is opt::cache_line_padding . | |
typedef cds::sync::spin | lock_type |
Lock policy. | |
typedef CDS_DEFAULT_ALLOCATOR | allocator |
Node allocator. | |
typedef cds::atomicity::empty_item_counter | item_counter |
Item counting feature; by default, disabled. Use cds::atomicity::item_counter to enable item counting. | |
RWQueue default type traits.