summaryrefslogtreecommitdiffstats
path: root/src/common/threadsafe_queue.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-07common/threadsafe_queue: Provide Wait() method.Markus Wick1-1/+9
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-6/+6
2019-12-17common: SPSCQueue: Notify after incrementing queue size.bunnei1-2/+9
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash1-2/+2
2019-02-15Adressed review commentsB3n301-6/+7
2019-02-15threadsafe_queue: Add WaitIfEmpty and use it in loggingB3n301-1/+18
2019-02-13threadsafe_queue: Use std::size_t for representing sizeLioncash1-7/+6
2019-02-13threadsafe_queue: Remove NeedSize template parameterLioncash1-13/+11
2018-07-29remove polymorphism issueB3n301-2/+30
2018-01-09CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n301-0/+122