300 Commits (86521bca3b3dfe112e8b2a3f3af50e26c3cfa056)

Author SHA1 Message Date
Fernando Sahmkow 4f8fa2dd29 Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. 6 years ago
Fernando Sahmkow 3300a7631d Kernel: Address Feedback 2 6 years ago
Fernando Sahmkow 5acd086b18 Kernel: Clang Format 6 years ago
Fernando Sahmkow ac9dd91f1e Kernel: Reverse global accessor removal. 6 years ago
Fernando Sahmkow a88238d68d Kernel: Address Feedback. 6 years ago
Fernando Sahmkow 0d57b899dd Kernel_Thread: Eliminate most global accessors. 6 years ago
Fernando Sahmkow 8363d07df8 Kernel: Correct Paused scheduling 6 years ago
Fernando Sahmkow 3da21e4b4f Kernel: Corrections to Wait Objects clearing in which a thread could still be signalled after a timeout or a cancel. 6 years ago
Fernando Sahmkow acdce3b4df Scheduler: Add protections for Yield bombing 6 years ago
Fernando Sahmkow 5130168171 Kernel: Style and Corrections 7 years ago
Fernando Sahmkow 18c796ab58 Addapt thread class to the new Scheduler 7 years ago
Lioncash 89a030a376 kernel/process: Decouple TLS handling from threads 7 years ago
Fernando Sahmkow 16ee1b7006 Core_Timing: Make core_timing threadsafe by default. 7 years ago
Lioncash 97882b84a8 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Lioncash b12ed4aba9 kernel/thread: Unify wait synchronization types 7 years ago
Lioncash 4be897daa0 kernel/svc: Migrate svcCancelSynchronization behavior to a thread function 7 years ago
Lioncash 78571c84b3 kernel/thread: Remove BoostPriority() 7 years ago
Lioncash 8d0cd9fc51 kernel/svc: Implement svcGetThreadList 7 years ago
Lioncash ccc6f2ce01 kernel/thread: Make AllWaitObjectsReady() a const qualified member function 7 years ago
Lioncash f842f4c699 kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const 7 years ago
Lioncash 2cdd110a6c kernel/thread: Avoid sign conversion within GetCommandBufferAddress() 7 years ago
Lioncash 06b6ca37a5 kernel/thread: Make parameter of GetWaitObjectIndex() const qualified 7 years ago
Lioncash 7bbde5f645 kernel/scheduler: Remove unused parameter to AddThread() 7 years ago
Fernando Sahmkow 18ca210bb7 Fix crash caused by 2238. 7 years ago
Fernando Sahmkow fbff276b26 Add CondVar Thread State. 7 years ago
Lioncash 6e56eb5205 kernel/thread: Actually remove the definition of ExitCurrentThread() 7 years ago
Lioncash cfb327a85b kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface 7 years ago
Lioncash 793d3102c2 kernel/thread: Expand documentation of nominal_priority and current_priority 7 years ago
Lioncash c92e8f4e30 kernel/thread: Make bracing consistent within UpdatePriority() 7 years ago
Lioncash f68087ce12 kernel/thread: Amend condition within UpdatePriority() 7 years ago
Lioncash 8b4380a068 kernel/thread: Maintain priority ordering of added mutex waiting threads 7 years ago
Lioncash 1adc7f4439 kernel/thread: Remove obsolete TODO in Create() 7 years ago
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash 1d2de5c4b5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Lioncash bf1ab3e562 kernel/thread: Move process thread initialization into process.cpp 7 years ago
David Marcec 4b64fcc9d6 Moved backtrace to ArmInterface 7 years ago
MerryMage 2a92de65fa kernel/thread: Set default fpcr 7 years ago
Luke Street 0652d95dab svc: Implement SetThreadActivity (thread suspension) 7 years ago
David Marcec 3324bc7da5 Moved backtrace to ArmInterface 7 years ago
David Marcec a305208a35 Print backtrace on svcBreak 7 years ago
Zach Hilman 1a72e1681c scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Zach Hilman b1c19bc88f svc: Implement yield types 0 and -1 7 years ago
Lioncash 992e814e2c kernel/thread: Deduplicate scheduler switching code 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Lioncash e13c95fbe5 kernel/process: Make the handle table per-process 7 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash b4690a33c0 thread: Remove unnecessary memset from ResetThreadContext() 7 years ago
Lioncash d36452327a kernel/thread: Use a regular pointer for the owner/current process 7 years ago
balika011 6069aae43b thread: Make the scheduler pointer a regular pointer 7 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 7 years ago