summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/scheduler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4323 from ReinUsesLisp/no-spinbunnei2020-09-121-1/+1
|\
| * kernel/scheduler: Use std::mutex instead of spin lockReinUsesLisp2020-07-131-1/+1
* | kernel/scheduler: Mark SchedulerLock constructor as nodiscardLioncash2020-08-141-1/+1
|/
* Core/Common: Address Feedback.Fernando Sahmkow2020-06-281-0/+4
* Kernel: Correct Host Context on Threads and Scheduler.Fernando Sahmkow2020-06-271-1/+1
* SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock.Fernando Sahmkow2020-06-271-1/+1
* CPU_Manager: Unload/Reload threads on preemption on SingleCoreFernando Sahmkow2020-06-271-0/+10
* Kernel: Fixes, corrections and asserts to scheduler and different svcs.Fernando Sahmkow2020-06-271-2/+3
* Scheduler: Release old thread fiber before trying to switch to the next thread fiber.Fernando Sahmkow2020-06-271-0/+9
* Kernel: Corrections to Scheduling.Fernando Sahmkow2020-06-271-0/+2
* General: Add AssertsFernando Sahmkow2020-06-271-0/+1
* SVC: Correct SendSyncRequest.Fernando Sahmkow2020-06-271-0/+2
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-38/+56
* core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-031-2/+1
* Kernel: Address Feedback.Fernando Sahmkow2020-02-221-4/+4
* Kernel: Implement Scheduler locksFernando Sahmkow2020-02-221-0/+41
* Kernel: Make global scheduler depend on KernelCoreFernando Sahmkow2020-02-221-2/+3
* Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-121-6/+7
* kernel: Remove unnecessary includesLioncash2019-12-081-2/+3
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-6/+6
* kernel: Resolve sign conversion warningsLioncash2019-11-121-18/+18
* scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as constLioncash2019-10-281-1/+1
* scheduler: Initialize class members directly where applicableLioncash2019-10-281-1/+1
* scheduler: Amend documentation commentsLioncash2019-10-281-46/+59
* Kernel: Address Feedback.Fernando Sahmkow2019-10-151-41/+24
* Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow2019-10-151-0/+7
* Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.Fernando Sahmkow2019-10-151-1/+1
* Kernel: Initial implementation of thread preemption.Fernando Sahmkow2019-10-151-0/+4
* Scheduler: Add protections for Yield bombingFernando Sahmkow2019-10-151-4/+4
* Kernel: Style and CorrectionsFernando Sahmkow2019-10-151-22/+31
* Comment and reorganize the schedulerFernando Sahmkow2019-10-151-5/+33
* Implement a new Core SchedulerFernando Sahmkow2019-10-151-103/+117
* kernel/scheduler: Remove unused parameter to AddThread()Lioncash2019-03-301-1/+1
* Use MultiLevelQueue instead of old ThreadQueueListFernando Sahmkow2019-03-271-2/+2
* kernel/scheduler: Pass in system instance in constructorLioncash2019-03-041-2/+4
* scheduler: Only work steal higher priority threads from other coresZach Hilman2018-12-031-4/+1
* scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman2018-11-221-2/+68
* svc: Implement yield types 0 and -1Zach Hilman2018-11-191-0/+6
* svc: Implement svcGetInfo command 0xF0000002Lioncash2018-10-261-0/+19
* kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash2018-09-251-2/+2
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-251-2/+4
* scheduler: Make HaveReadyThreads() a const member functionLioncash2018-08-121-1/+1
* kernel: Move object class to its own source filesLioncash2018-08-021-0/+1
* kernel: Remove unnecessary includesLioncash2018-07-311-1/+2
* scheduler: Protect scheduling functions with a global mutex.bunnei2018-05-111-0/+3
* scheduler: Cleanup based on PR feedback.bunnei2018-02-191-3/+2
* kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module.bunnei2018-02-181-0/+74