summaryrefslogtreecommitdiffstats
path: root/src/common/multi_level_queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "core: Fix clang build"bunnei2020-10-211-1/+1
|
* core: Fix clang buildLioncash2020-10-181-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 applicableLioncash2020-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.Fernando Sahmkow2019-10-151-0/+7
|
* common/multi_level_queue: Silence truncation warning in iterator operator++Lioncash2019-04-051-1/+1
|
* Fixes and corrections on formatting.Fernando Sahmkow2019-03-271-4/+10
|
* Fixes to multilevelqueue's iterator.Fernando Sahmkow2019-03-271-1/+5
|
* Use MultiLevelQueue instead of old ThreadQueueListFernando Sahmkow2019-03-271-12/+10
|
* Implement a MultiLevelQueueFernando Sahmkow2019-03-271-0/+329