summaryrefslogtreecommitdiffstats
path: root/src/common/multi_level_queue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: Fix clang build"bunnei2020-10-211-1/+1
* core: Fix clang buildLioncash2020-10-181-1/+1
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-18/+19
* 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