summaryrefslogtreecommitdiff
path: root/src/core/core_cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-151-3/+7
* core: Make the exclusive monitor a unique_ptr instead of a shared_ptrGravatar Lioncash2018-10-151-3/+2
* core: Make CPUBarrier a unique_ptr instead of a shared_ptrGravatar Lioncash2018-10-151-3/+3
* core_cpu: Make arm_interface instances a std::unique_ptrGravatar Lioncash2018-09-251-1/+1
* core/core_cpu: Replace exclusive monitor include with forward declarationGravatar Lioncash2018-09-171-2/+3
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-4/+4
* core: Namespace all code in the arm subdirectory under the Core namespaceGravatar Lioncash2018-08-241-2/+2
* Core/HLE: Make the 'reschedule_pending' flag atomic.Gravatar Subv2018-08-121-1/+1
* Implement exclusive monitorGravatar MerryMage2018-07-221-1/+9
* core: Support session close with multicore.Gravatar bunnei2018-05-101-10/+7
* core: Implement multicore support.Gravatar bunnei2018-05-101-4/+8
* core: Create a thread for each CPU core, keep in lock-step with a barrier.Gravatar bunnei2018-05-101-1/+32
* core: Move common CPU core things to its own class.Gravatar bunnei2018-05-101-0/+46