summaryrefslogtreecommitdiff
path: root/Source/Core/Common/WorkQueueThread.h
AgeCommit message (Expand)Author
2025-05-20WorkQueueThread: Fix Cancel() race with internal command queue.Jordan Woyak
2025-05-01Common: Add AsyncWorkThread.Jordan Woyak
2025-04-30WorkQueueThread: Cleanups. Implement in terms of WaitableSPSCQueue. Add singl...Jordan Woyak
2023-03-20WorkQueueThread: Fix WaitForCompletionRobin Kertels
2023-02-05Optimise cond_var predicate orderScott Mansell
2023-02-05Prevent WaitForCompletion shutdown deadlock.Scott Mansell
2023-02-05Address review feedbackScott Mansell
2023-02-04WorkQueueThread: provide name and function at same timeScott Mansell
2023-02-04WorkQueueThread: rework Cancel/Shutdown workflowScott Mansell
2023-02-04WorkQueueThread: Implement thread nameScott Mansell
2023-02-04WorkQueueThread: Rework without Flags/EventsRobin Kertels
2023-02-04WorkQueueThread: Implement proper FlushRobin Kertels
2023-02-04WorkQueueThread: Add PushRobin Kertels
2023-02-04WorkQueueThread: Add flush capabilityScott Mansell
2022-10-01Common/WorkQueueThread: Make Shutdown() public, so users can wait for all cur...Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-01Extended WorkQueueThread class with Clear(), Cancel() and IsCancelled().Christian Aguilera
2020-08-22name some threadsShawn Hoffman
2019-10-08Improvements to WorkQueueThreadSilent
2017-08-20GameTracker: use WorkQueueThreadMichael M
2017-08-20Common: add WorkQueueThreadMichael M