summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorGravatar Morph2022-06-14 08:57:19 -0400
committerGravatar Morph2022-06-15 16:59:13 -0400
commit25429998e373c12287ae8da2a1c9c1bbe7bd7047 (patch)
tree0f3e3afac950b0bd5ada9f5a143a38a1ea530b84 /src/core/hle/kernel/kernel.cpp
parentMerge pull request #8458 from lat9nq/no-constexpr-flow-block (diff)
downloadyuzu-25429998e373c12287ae8da2a1c9c1bbe7bd7047.tar.gz
yuzu-25429998e373c12287ae8da2a1c9c1bbe7bd7047.tar.xz
yuzu-25429998e373c12287ae8da2a1c9c1bbe7bd7047.zip
bounded_threadsafe_queue: Use constexpr capacity and mask
While this is the primary change, we also: - Remove the mpsc namespace and rename Queue to MPSCQueue - Make Slot a private struct within MPSCQueue - Remove the AlignedAllocator template argument, as we use std::allocator - Replace instances of mask + 1 with capacity, and mask + 2 with capacity + 1
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions