summaryrefslogtreecommitdiffstats
path: root/src/core/core_cpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash1-3/+7
2018-10-15core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash1-3/+2
2018-10-15core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash1-3/+3
2018-09-25core_cpu: Make arm_interface instances a std::unique_ptrLioncash1-1/+1
2018-09-18core/core_cpu: Replace exclusive monitor include with forward declarationLioncash1-2/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-08-25core: Namespace all code in the arm subdirectory under the Core namespaceLioncash1-2/+2
2018-08-13Core/HLE: Make the 'reschedule_pending' flag atomic.Subv1-1/+1
2018-07-22Implement exclusive monitorMerryMage1-1/+9
2018-05-11core: Support session close with multicore.bunnei1-10/+7
2018-05-11core: Implement multicore support.bunnei1-4/+8
2018-05-11core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei1-1/+32
2018-05-11core: Move common CPU core things to its own class.bunnei1-0/+46