index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
threadsafe_queue.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: fix compile for Apple Clang
Liam
2022-11-23
1
-1
/
+3
*
common: move forwarded value into SPSCQueue
Liam
2022-07-29
1
-1
/
+1
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
1
-3
/
+2
*
common: Replace lock_guard with scoped_lock
Merry
2022-04-07
1
-2
/
+2
*
threadsafe_queue: Add std::stop_token overload to PopWait
ameerj
2021-09-16
1
-5
/
+22
*
threadsafe_queue: Fix deadlock
yzct12345
2021-08-13
1
-6
/
+4
*
common/threadsafe_queue: Provide Wait() method.
Markus Wick
2021-04-07
1
-1
/
+9
*
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-08-15
1
-6
/
+6
*
common: SPSCQueue: Notify after incrementing queue size.
bunnei
2019-12-17
1
-2
/
+9
*
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-2
/
+2
*
Adressed review comments
B3n30
2019-02-15
1
-6
/
+7
*
threadsafe_queue: Add WaitIfEmpty and use it in logging
B3n30
2019-02-15
1
-1
/
+18
*
threadsafe_queue: Use std::size_t for representing size
Lioncash
2019-02-13
1
-7
/
+6
*
threadsafe_queue: Remove NeedSize template parameter
Lioncash
2019-02-13
1
-13
/
+11
*
remove polymorphism issue
B3n30
2018-07-29
1
-2
/
+30
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-09
1
-0
/
+122