summaryrefslogtreecommitdiff
path: root/src/common/threadsafe_queue.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-22general: fix compile for Apple ClangGravatar Liam1-1/+3
2022-07-29common: move forwarded value into SPSCQueueGravatar Liam1-1/+1
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda1-3/+2
2022-04-07common: Replace lock_guard with scoped_lockGravatar Merry1-2/+2
2021-09-15threadsafe_queue: Add std::stop_token overload to PopWaitGravatar ameerj1-5/+22
2021-08-13threadsafe_queue: Fix deadlockGravatar yzct123451-6/+4
2021-04-07common/threadsafe_queue: Provide Wait() method.Gravatar Markus Wick1-1/+9
2020-08-15common: Make use of [[nodiscard]] where applicableGravatar Lioncash1-6/+6
2019-12-16common: SPSCQueue: Notify after incrementing queue size.Gravatar bunnei1-2/+9
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash1-2/+2
2019-02-15Adressed review commentsGravatar B3n301-6/+7
2019-02-15threadsafe_queue: Add WaitIfEmpty and use it in loggingGravatar B3n301-1/+18
2019-02-12threadsafe_queue: Use std::size_t for representing sizeGravatar Lioncash1-7/+6
2019-02-12threadsafe_queue: Remove NeedSize template parameterGravatar Lioncash1-13/+11
2018-07-29remove polymorphism issueGravatar B3n301-2/+30
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)Gravatar B3n301-0/+122