summaryrefslogtreecommitdiffstats
path: root/src/common/multi_level_queue.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-21Revert "core: Fix clang build"bunnei1-1/+1
2020-10-18core: Fix clang buildLioncash1-1/+1
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-18/+19
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow1-0/+7
2019-04-05common/multi_level_queue: Silence truncation warning in iterator operator++Lioncash1-1/+1
2019-03-27Fixes and corrections on formatting.Fernando Sahmkow1-4/+10
2019-03-27Fixes to multilevelqueue's iterator.Fernando Sahmkow1-1/+5
2019-03-27Use MultiLevelQueue instead of old ThreadQueueListFernando Sahmkow1-12/+10
2019-03-27Implement a MultiLevelQueueFernando Sahmkow1-0/+329