summaryrefslogtreecommitdiff
path: root/src/common/bounded_threadsafe_queue.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-16Reimplement HardwareOpusGravatar Kelebek11-2/+2
2023-03-21bounded_threadsafe_queue: Refactor PopGravatar Morph1-140/+62
2023-03-21bounded_threadsafe_queue: Add producer cv to avoid busy waitingGravatar Morph1-17/+29
2023-03-21bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph1-86/+84
2023-03-21bounded_threadsafe_queue: Add TryPushGravatar Morph1-0/+71
2023-03-21bounded_threadsafe_queue: Use simplified impl of bounded queueGravatar Morph1-112/+199
2023-03-17common: bounded_threadsafe_queue: Use polyfill_thread.Gravatar bunnei1-2/+3
2022-10-22CMakeLists: Disable C4100 and C4324Gravatar Morph1-9/+0
2022-06-15bounded_threadsafe_queue: Use constexpr capacity and maskGravatar Morph1-86/+73
2022-06-02gpu_thread: Move to bounded queueGravatar Levi Behunin1-0/+180