aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.cpp
AgeCommit message (Expand)Author
2019-07-03kernel/process: Decouple TLS handling from threadsLioncash
2019-06-16Core_Timing: Make core_timing threadsafe by default.Fernando Sahmkow
2019-06-04core/core_timing_util: Use std::chrono types for specifying time unitsLioncash
2019-04-17kernel/thread: Unify wait synchronization typesLioncash
2019-04-17kernel/svc: Migrate svcCancelSynchronization behavior to a thread functionLioncash
2019-04-15kernel/thread: Remove BoostPriority()Lioncash
2019-04-03Merge pull request #2314 from lioncash/constbunnei
2019-04-02kernel/svc: Implement svcGetThreadListLioncash
2019-04-01kernel/thread: Make AllWaitObjectsReady() a const qualified member functionLioncash
2019-04-01kernel/wait_object: Make ShouldWait() take thread members by pointer-to-constLioncash
2019-04-01kernel/thread: Avoid sign conversion within GetCommandBufferAddress()Lioncash
2019-04-01kernel/thread: Make parameter of GetWaitObjectIndex() const qualifiedLioncash
2019-03-30kernel/scheduler: Remove unused parameter to AddThread()Lioncash
2019-03-28Merge pull request #2266 from FernandoS27/arbitrationbunnei
2019-03-19Fix crash caused by 2238.Fernando Sahmkow
2019-03-19Add CondVar Thread State.Fernando Sahmkow
2019-03-17Merge pull request #2238 from lioncash/threadbunnei
2019-03-16kernel/thread: Actually remove the definition of ExitCurrentThread()Lioncash
2019-03-15kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interfaceLioncash
2019-03-15kernel/thread: Expand documentation of nominal_priority and current_priorityLioncash
2019-03-15kernel/thread: Make bracing consistent within UpdatePriority()Lioncash
2019-03-15kernel/thread: Amend condition within UpdatePriority()Lioncash
2019-03-15kernel/thread: Maintain priority ordering of added mutex waiting threadsLioncash
2019-03-05kernel/thread: Remove obsolete TODO in Create()Lioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2018-12-27kernel/thread: Move process thread initialization into process.cppLioncash
2018-12-26Merge pull request #1849 from encounter/svcSetThreadActivitybunnei
2018-12-18kernel/thread: Set default fpcrMerryMage
2018-12-04svc: Implement SetThreadActivity (thread suspension)Luke Street
2018-11-14kernel/thread: Deduplicate scheduler switching codeLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-20kernel/process: Make the handle table per-processLioncash
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-12thread: Remove unnecessary memset from ResetThreadContext()Lioncash
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-10-05thread: Make the scheduler pointer a regular pointerbalika011
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-21thread/process: Move TLS slot marking/freeing to the process classLioncash
2018-09-20kernel/thread: Use owner_process when setting the page table in SetupMainThre...Lioncash
2018-09-18arm_interface: Remove ARM11-isms from the CPU interfaceLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-12kernel/errors: Correct error codes for invalid thread priority and invalid pr...Lioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-13Core::CoreTiming: add UnscheduleEventThreadsafeB3n30
2018-08-12Merge pull request #1042 from Subv/racesbunnei