summaryrefslogtreecommitdiff
path: root/src/common/thread_queue_list.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* thread_queue_list: Make contains() and get_first() const member functionsGravatar Lioncash2018-08-121-4/+4
* thread_queue_list: Convert typedef to a type aliasGravatar Lioncash2018-08-121-1/+1
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-11/+11
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-2/+0
* Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-091-0/+18
* Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-071-144/+74
* License changeGravatar purpasmart962014-12-201-1/+1
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-6/+6
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-2/+2
* added ThreadQueueList class to common (taken from PPSSPP)Gravatar bunnei2014-05-151-0/+216