summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_process.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: KProcess: Change process termination assert to a warning.bunnei2021-07-211-1/+1
* hle: kernel: k_process: Close the handle table on shutdown.bunnei2021-07-211-0/+3
* hle: kernel: k_process: Close main thread reference after it is inserted into handle table.bunnei2021-07-211-0/+3
* kernel: Unconditionally set thread state when appropriateMorph2021-06-111-9/+7
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-4/+4
* kernel: Eliminate variable shadowingLioncash2021-05-081-8/+8
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-1/+1
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-0/+25
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-0/+505