aboutsummaryrefslogtreecommitdiff
path: root/src/common/thread_queue_list.h
AgeCommit message (Collapse)Author
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-09Thread: Implement priority boost for starved threads.bunnei
SVC: Return correct error code on invalid CreateThread processor ID. SVC: Assert when creating a thread with an invalid userland priority.
2015-01-07Common: Clean up ThreadQueueListYuri Kunde Schlesner
Replace all the C-style complicated buffer management with a std::deque. In addition to making the code easier to understand it also adds support for non-POD IdTypes. Also clean the rest of the code to follow our code style.
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
or generated
2014-05-15added ThreadQueueList class to common (taken from PPSSPP)bunnei