aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/thread_queue_list.h
Commit message (Collapse)AuthorAge
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-09
| | | | | | SVC: Return correct error code on invalid CreateThread processor ID. SVC: Assert when creating a thread with an invalid userland priority.
* Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-07
| | | | | | | | 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.
* License changeGravatar purpasmart962014-12-20
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* added ThreadQueueList class to common (taken from PPSSPP)Gravatar bunnei2014-05-15