summaryrefslogtreecommitdiff
path: root/src/common/multi_level_queue.h
AgeCommit message (Collapse)Author
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow
2019-04-05common/multi_level_queue: Silence truncation warning in iterator operator++Lioncash
2019-03-27Fixes and corrections on formatting.Fernando Sahmkow
2019-03-27Fixes to multilevelqueue's iterator.Fernando Sahmkow
2019-03-27Use MultiLevelQueue instead of old ThreadQueueListFernando Sahmkow
2019-03-27Implement a MultiLevelQueueFernando Sahmkow