summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_thread.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify limitableresource namesChloe Marcec2021-02-031-1/+1
|
* kernel: Rewrite resource limit to be more accurateChloe Marcec2021-01-301-2/+2
| | | | Matches closer to hardware
* hle: kernel: KThread: Release thread resource on thread exit.bunnei2021-01-291-0/+1
|
* yuzu: debugger: Ignore HLE threads.bunnei2021-01-291-7/+8
|
* hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.bunnei2021-01-291-5/+1
|
* kernel: Fix build errors.bunnei2021-01-291-2/+7
|
* hle: kernel: Recode implementation of KThread to be more accurate.bunnei2021-01-291-197/+796
|
* hle: kernel: KThread: Clean up thread priorities.bunnei2021-01-291-9/+1
|
* hle: kernel: KThread: Reorganize thread priority defaults.bunnei2021-01-291-7/+6
|
* hle: kernel: KThread: Remove thread types that do not exist.bunnei2021-01-291-12/+9
|
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-0/+460