summaryrefslogtreecommitdiffstats
path: root/src/core/core_cpu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core/HLE: Make the 'reschedule_pending' flag atomic.Subv2018-08-131-1/+1
| | | | Another thread may write to this variable while the core in question is in the middle of checking for a reschedule request.
* Implement exclusive monitorMerryMage2018-07-221-1/+9
|
* core: Support session close with multicore.bunnei2018-05-111-10/+7
|
* core: Implement multicore support.bunnei2018-05-111-4/+8
|
* core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei2018-05-111-1/+32
|
* core: Move common CPU core things to its own class.bunnei2018-05-111-0/+46