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_thread.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-8
/
+8
*
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-06
1
-15
/
+0
*
hle: kernel: Migrate KThread to KAutoObject.
bunnei
2021-05-06
1
-57
/
+43
*
k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()
Lioncash
2021-04-12
1
-1
/
+1
*
hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.
bunnei
2021-03-21
1
-2
/
+2
*
hle: kernel: KThread: Rework dummy threads & fix memory leak.
bunnei
2021-03-06
1
-4
/
+20
*
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-06
1
-8
/
+2
*
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
1
-2
/
+8
*
yuzu: debugger: Ignore HLE threads.
bunnei
2021-01-29
1
-0
/
+5
*
hle: kernel: KScheduler: Introduce thread context_guard.
bunnei
2021-01-29
1
-0
/
+1
*
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-29
1
-282
/
+308
*
hle: kernel: KThread: Clean up thread priorities.
bunnei
2021-01-29
1
-22
/
+0
*
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
2021-01-29
1
-9
/
+3
*
hle: kernel: KThread: Fix ThreadType definition.
bunnei
2021-01-29
1
-4
/
+7
*
hle: kernel: Move single core "phantom mode" out of KThread.
bunnei
2021-01-29
1
-9
/
+0
*
hle: kernel: KThread: Remove thread types that do not exist.
bunnei
2021-01-29
1
-13
/
+2
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-0
/
+781