summaryrefslogtreecommitdiff
path: root/src/common/thread_queue_list.h
AgeCommit message (Expand)Author
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2019-03-16common/thread_queue_list: Remove unnecessary dependency on boostLioncash
2018-11-22scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman
2018-11-18svc: Implement yield types 0 and -1Zach Hilman
2018-08-12thread_queue_list: Make contains() and get_first() const member functionsLioncash
2018-08-12thread_queue_list: Convert typedef to a type aliasLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-09Thread: Implement priority boost for starved threads.bunnei
2015-01-07Common: Clean up ThreadQueueListYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-05-15added ThreadQueueList class to common (taken from PPSSPP)bunnei