bunnei
deb3536936
Revert "core: Fix clang build"
6 years ago
Lioncash
18636013c9
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
2ef7815422
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
17b53b4a54
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
7 years ago
Lioncash
f9eb4be37b
common/multi_level_queue: Silence truncation warning in iterator operator++
7 years ago
Fernando Sahmkow
1e7fd04059
Fixes and corrections on formatting.
7 years ago
Fernando Sahmkow
15307bc4d1
Fixes to multilevelqueue's iterator.
7 years ago
Fernando Sahmkow
19cec0236a
Use MultiLevelQueue instead of old ThreadQueueList
7 years ago
Fernando Sahmkow
8c04ac69c5
Implement a MultiLevelQueue
7 years ago