summaryrefslogtreecommitdiff
path: root/src/common/multi_level_queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: kernel: Separate KScheduler from GlobalSchedulerContext class.Gravatar bunnei2020-12-061-345/+0
|
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-1/+1
|
* core: Fix clang buildGravatar Lioncash2020-10-171-1/+1
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-18/+19
| | | | | | 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.
* Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Gravatar Fernando Sahmkow2019-10-151-0/+7
|
* common/multi_level_queue: Silence truncation warning in iterator operator++Gravatar Lioncash2019-04-051-1/+1
|
* Fixes and corrections on formatting.Gravatar Fernando Sahmkow2019-03-271-4/+10
|
* Fixes to multilevelqueue's iterator.Gravatar Fernando Sahmkow2019-03-271-1/+5
|
* Use MultiLevelQueue instead of old ThreadQueueListGravatar Fernando Sahmkow2019-03-271-12/+10
|
* Implement a MultiLevelQueueGravatar Fernando Sahmkow2019-03-271-0/+329