summaryrefslogtreecommitdiffstats
path: root/src/core/core_cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash2018-10-151-3/+7
* core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash2018-10-151-3/+2
* core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash2018-10-151-3/+3
* core_cpu: Make arm_interface instances a std::unique_ptrLioncash2018-09-251-1/+1
* core/core_cpu: Replace exclusive monitor include with forward declarationLioncash2018-09-181-2/+3
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-251-2/+2
* Core/HLE: Make the 'reschedule_pending' flag atomic.Subv2018-08-131-1/+1
* 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