aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
AgeCommit message (Expand)Author
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-16Kernel: Correct Cancel Synchronization.Fernando Sahmkow
2019-10-15Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.Fernando Sahmkow
2019-10-15Kernel: Address Feedback 2Fernando Sahmkow
2019-10-15Kernel: Address Feedback.Fernando Sahmkow
2019-10-15Kernel: Corrections to Wait Objects clearing in which a thread could still be...Fernando Sahmkow
2019-10-15Kernel: Clang FormatFernando Sahmkow
2019-10-15Scheduler: Implement Yield Count and Core migration on Thread Preemption.Fernando Sahmkow
2019-10-15Scheduler: Add protections for Yield bombingFernando Sahmkow
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow
2019-10-15Addapt thread class to the new SchedulerFernando Sahmkow
2019-07-03kernel/process: Decouple TLS handling from threadsLioncash
2019-05-19Merge pull request #2410 from lioncash/affinitybunnei
2019-04-29kernel/thread: Update thread processor ID flagsLioncash
2019-04-24Merge pull request #2416 from lioncash/waitbunnei
2019-04-17Merge pull request #2397 from lioncash/thread-unusedbunnei
2019-04-17kernel/thread: Unify wait synchronization typesLioncash
2019-04-17kernel/svc: Migrate svcCancelSynchronization behavior to a thread functionLioncash
2019-04-15svc: Specify handle value in thread's nameLioncash
2019-04-15kernel/thread: Remove BoostPriority()Lioncash
2019-04-14kernel/thread: Remove unused guest_handle member variableLioncash
2019-04-11kernel: Make handle type declarations constexprLioncash
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: Make parameter of GetWaitObjectIndex() const qualifiedLioncash
2019-03-19Add CondVar Thread State.Fernando Sahmkow
2019-03-17Merge pull request #2238 from lioncash/threadbunnei
2019-03-15kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThreadLioncash
2019-03-15kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interfaceLioncash
2019-03-15kernel/thread: Expand documentation of nominal_priority and current_priorityLioncash
2018-12-27kernel: Rename 'default' CPU core to 'ideal' coreLioncash
2018-12-27kernel/thread: Move process thread initialization into process.cppLioncash
2018-12-26Merge pull request #1849 from encounter/svcSetThreadActivitybunnei
2018-12-18kernel/thread: Make thread_id a 64-bit valueLioncash
2018-12-04svc: Implement SetThreadActivity (thread suspension)Luke Street
2018-11-22scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman
2018-11-18svc: Implement yield types 0 and -1Zach Hilman
2018-11-14kernel/thread: Deduplicate scheduler switching codeLioncash
2018-10-26svc: Implement svcGetInfo command 0xF0000002Lioncash
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-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-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-03kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...Lioncash
2018-08-01kernel: Move object class to its own source filesLioncash