summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-15/+0
* hle: kernel: Migrate KThread to KAutoObject.bunnei2021-05-061-57/+43
* k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Lioncash2021-04-121-1/+1
* hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.bunnei2021-03-211-2/+2
* hle: kernel: KThread: Rework dummy threads & fix memory leak.bunnei2021-03-061-4/+20
* Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei2021-03-061-8/+2
* core: Switch to unique_ptr for usage of Common::Fiber.bunnei2021-02-271-2/+8
* yuzu: debugger: Ignore HLE threads.bunnei2021-01-291-0/+5
* hle: kernel: KScheduler: Introduce thread context_guard.bunnei2021-01-291-0/+1
* hle: kernel: Recode implementation of KThread to be more accurate.bunnei2021-01-291-282/+308
* hle: kernel: KThread: Clean up thread priorities.bunnei2021-01-291-22/+0
* hle: kernel: KThread: Reorganize thread priority defaults.bunnei2021-01-291-9/+3
* hle: kernel: KThread: Fix ThreadType definition.bunnei2021-01-291-4/+7
* hle: kernel: Move single core "phantom mode" out of KThread.bunnei2021-01-291-9/+0
* hle: kernel: KThread: Remove thread types that do not exist.bunnei2021-01-291-13/+2
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-0/+781