index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_process.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.
bunnei
2022-01-23
1
-5
/
+3
*
core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.
bunnei
2022-01-15
1
-2
/
+4
*
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-31
1
-2
/
+2
*
hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.
bunnei
2021-12-07
1
-3
/
+3
*
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-12-07
1
-3
/
+4
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-2
/
+2
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
Fix KShareMemory object leak
Feng Chen
2021-09-29
1
-0
/
+4
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-1
/
+1
*
kernel: Add missing override specifiers
Lioncash
2021-05-29
1
-4
/
+4
*
kernel: Eliminate variable shadowing
Lioncash
2021-05-08
1
-2
/
+2
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-06
1
-4
/
+4
*
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-06
1
-0
/
+3
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-0
/
+480