summaryrefslogtreecommitdiff
path: root/Source/Core/Common/BlockingLoop.h
AgeCommit message (Expand)Author
2023-06-12Common: Convert BlockingLoop::StopMode to enum classDentomologist
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-04-19BlockingLoop: Add explicit [[fallthrough]] annotationsLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-04-12Reformat all the things!spycrab
2017-06-26BlockingLoop: fix unhandled enum value warningMichael Maltese
2017-06-25Change "blocking" BlockingLoop::Stop to give up and die after a timeout.Shawn Hoffman
2016-11-11BlockingLoop: Yield to UI message pump while waiting.Jules Blok
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-06-08Fifo: Rewrite SyncGpudegasus
2015-06-05Common: Fix typos in BlockingLoop.hLioncash
2015-05-30Common: Update BlockingLoop to only use one atomic.degasus
2015-05-30Fifo: Extract syncing loopdegasus