|
join 1.0
lightweight network framework library
|
This is the complete list of members for join::Spsc< Type, Backend >, including all inherited members.
| Queue typedef | join::Spsc< Type, Backend > | |
| Segment typedef | join::Spsc< Type, Backend > | |
| tryPop(Segment *segment, Type &element, uint64_t &cachedHead, uint64_t, uint64_t mask) noexcept | join::Spsc< Type, Backend > | inlinestatic |
| tryPop(Segment *segment, Type *elements, size_t size, uint64_t &cachedHead, uint64_t, uint64_t mask) noexcept | join::Spsc< Type, Backend > | inlinestatic |
| tryPush(Segment *segment, const Type &element, uint64_t &cachedTail, uint64_t capacity, uint64_t mask) noexcept | join::Spsc< Type, Backend > | inlinestatic |
| tryPush(Segment *segment, const Type *elements, size_t size, uint64_t &cachedTail, uint64_t capacity, uint64_t mask) noexcept | join::Spsc< Type, Backend > | inlinestatic |