aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/threadsafe_queue.h
AgeCommit message (Expand)Author
2022-11-22general: fix compile for Apple ClangLiam
2022-07-29common: move forwarded value into SPSCQueueLiam
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-07common: Replace lock_guard with scoped_lockMerry
2021-09-15threadsafe_queue: Add std::stop_token overload to PopWaitameerj
2021-08-13threadsafe_queue: Fix deadlockyzct12345
2021-04-07common/threadsafe_queue: Provide Wait() method.Markus Wick
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2019-12-16common: SPSCQueue: Notify after incrementing queue size.bunnei
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-02-15Adressed review commentsB3n30
2019-02-15threadsafe_queue: Add WaitIfEmpty and use it in loggingB3n30
2019-02-12threadsafe_queue: Use std::size_t for representing sizeLioncash
2019-02-12threadsafe_queue: Remove NeedSize template parameterLioncash
2018-07-29remove polymorphism issueB3n30
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n30