index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_thread.h
Age
Commit message (
Expand
)
Author
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-29
kernel: Add missing override specifiers
Lioncash
2021-05-08
kernel: Eliminate variable shadowing
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KThread to KAutoObject.
bunnei
2021-04-12
k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()
Lioncash
2021-03-21
hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.
bunnei
2021-03-05
hle: kernel: KThread: Rework dummy threads & fix memory leak.
bunnei
2021-03-05
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-01-28
yuzu: debugger: Ignore HLE threads.
bunnei
2021-01-28
hle: kernel: KScheduler: Introduce thread context_guard.
bunnei
2021-01-28
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-28
hle: kernel: KThread: Clean up thread priorities.
bunnei
2021-01-28
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
2021-01-28
hle: kernel: KThread: Fix ThreadType definition.
bunnei
2021-01-28
hle: kernel: Move single core "phantom mode" out of KThread.
bunnei
2021-01-28
hle: kernel: KThread: Remove thread types that do not exist.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei