summaryrefslogtreecommitdiff
path: root/src/common/multi_level_queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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