summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_process.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.bunnei2022-01-151-2/+4
|
* core: hle: kernel: Implement thread pinning.bunnei2021-12-311-2/+2
| | | | | - We largely had the mechanics in place for thread pinning, this change hooks these up. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_thread_pinning.cpp.
* hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.bunnei2021-12-071-3/+3
|
* hle: kernel: KProcess: Improvements for thread pinning.bunnei2021-12-071-3/+4
|
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-2/+2
|
* core: Remove unused includesameerj2021-11-041-1/+0
|
* Fix KShareMemory object leakFeng Chen2021-09-291-0/+4
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* kernel: Add missing override specifiersLioncash2021-05-291-4/+4
| | | | | | | | Over the course of the kernel refactoring a tiny bit of missing overrides slipped through review, so we can add these. While we're at it, we can remove redundant virtual keywords where applicable as well.
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+2
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-4/+4
|
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-0/+3
|
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-0/+480