bunnei
3d592972dc
Revert "core: Fix clang build"
6 years ago
Lioncash
be1954e04c
core: Fix clang build
Recent changes to the build system that made more warnings be flagged as
errors caused building via clang to break.
Fixes #4795
6 years ago
Lioncash
df72480395
common: Make use of [[nodiscard]] where applicable
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.
6 years ago
Fernando Sahmkow
25f8606a6d
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
7 years ago
Lioncash
93b84e9308
common/multi_level_queue: Silence truncation warning in iterator operator++
7 years ago
Fernando Sahmkow
db42bcb306
Fixes and corrections on formatting.
7 years ago
Fernando Sahmkow
f35e09fe0d
Fixes to multilevelqueue's iterator.
7 years ago
Fernando Sahmkow
dde0814837
Use MultiLevelQueue instead of old ThreadQueueList
7 years ago
Fernando Sahmkow
522957f9f3
Implement a MultiLevelQueue
7 years ago