join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::Mpsc< Type, Backend > Member List

This is the complete list of members for join::Mpsc< Type, Backend >, including all inherited members.

Queue typedefjoin::Mpsc< Type, Backend >
Segment typedefjoin::Mpsc< Type, Backend >
tryPop(Segment *segment, Type &element, uint64_t &, uint64_t capacity, uint64_t mask) noexceptjoin::Mpsc< Type, Backend >inlinestatic
tryPop(Segment *segment, Type *elements, size_t size, uint64_t &, uint64_t capacity, uint64_t mask) noexceptjoin::Mpsc< Type, Backend >inlinestatic
tryPush(Segment *segment, const Type &element, uint64_t &, uint64_t, uint64_t mask) noexceptjoin::Mpsc< Type, Backend >inlinestatic
tryPush(Segment *segment, const Type *elements, size_t size, uint64_t &, uint64_t capacity, uint64_t mask) noexceptjoin::Mpsc< Type, Backend >inlinestatic