summaryrefslogtreecommitdiff
path: root/src/common/bounded_threadsafe_queue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reimplement HardwareOpusGravatar Kelebek12023-09-161-2/+2
* bounded_threadsafe_queue: Refactor PopGravatar Morph2023-03-211-140/+62
* bounded_threadsafe_queue: Add producer cv to avoid busy waitingGravatar Morph2023-03-211-17/+29
* bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph2023-03-211-86/+84
* bounded_threadsafe_queue: Add TryPushGravatar Morph2023-03-211-0/+71
* bounded_threadsafe_queue: Use simplified impl of bounded queueGravatar Morph2023-03-211-112/+199
* common: bounded_threadsafe_queue: Use polyfill_thread.Gravatar bunnei2023-03-171-2/+3
* CMakeLists: Disable C4100 and C4324Gravatar Morph2022-10-221-9/+0
* bounded_threadsafe_queue: Use constexpr capacity and maskGravatar Morph2022-06-151-86/+73
* gpu_thread: Move to bounded queueGravatar Levi Behunin2022-06-021-0/+180