summaryrefslogtreecommitdiffstats
path: root/src/common/thread_queue_list.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+3
* Revert "core: Fix clang build"bunnei2020-10-211-2/+2
* core: Fix clang buildLioncash2020-10-181-2/+2
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-5/+5
* common/thread_queue_list: Remove unnecessary dependency on boostLioncash2019-03-161-3/+3
* scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman2018-11-221-2/+2
* svc: Implement yield types 0 and -1Zach Hilman2018-11-191-0/+16
* thread_queue_list: Make contains() and get_first() const member functionsLioncash2018-08-121-4/+4
* thread_queue_list: Convert typedef to a type aliasLioncash2018-08-121-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-11/+11
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-2/+0
* Thread: Implement priority boost for starved threads.bunnei2015-04-101-0/+18
* Common: Clean up ThreadQueueListYuri Kunde Schlesner2015-01-071-144/+74
* License changepurpasmart962014-12-211-1/+1
* Change NULLs to nullptrs.Rohit Nirmal2014-12-031-6/+6
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
* added ThreadQueueList class to common (taken from PPSSPP)bunnei2014-05-161-0/+216