summaryrefslogtreecommitdiffstats
path: root/src/common/bounded_threadsafe_queue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bounded_threadsafe_queue: Refactor PopMorph2023-03-221-140/+62
* bounded_threadsafe_queue: Add producer cv to avoid busy waitingMorph2023-03-221-17/+29
* bounded_threadsafe_queue: Deduplicate and add PushModesMorph2023-03-221-86/+84
* bounded_threadsafe_queue: Add TryPushMorph2023-03-221-0/+71
* bounded_threadsafe_queue: Use simplified impl of bounded queueMorph2023-03-221-112/+199
* common: bounded_threadsafe_queue: Use polyfill_thread.bunnei2023-03-181-2/+3
* CMakeLists: Disable C4100 and C4324Morph2022-10-221-9/+0
* bounded_threadsafe_queue: Use constexpr capacity and maskMorph2022-06-151-86/+73
* gpu_thread: Move to bounded queueLevi Behunin2022-06-031-0/+180