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_condition_variable.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
core: Reduce unused includes
ameerj
2022-03-14
core: hle: kernel: k_condition_variable: Update to reflect tree changes.
bunnei
2021-12-06
hle: kernel: k_condition_variable: Revert unnecessary style changes.
bunnei
2021-12-06
hle: kernel: Remove unnecessary virtual specifier on CancelWait.
bunnei
2021-12-06
hle: kernel: KConditionVariable: Various updates & simplifications.
bunnei
2021-12-06
hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KThread: Remove tracking of sync object from threads.
bunnei
2021-12-06
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-08-25
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-07
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-08
kernel: Eliminate variable shadowing
Lioncash
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Move slab heap management to KernelCore.
bunnei
2021-05-05
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-02-12
kernel: Unify result codes (#5890)
Chloe
2021-01-28
hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle im...
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-11
hle: kernel: thread: Preserve thread wait reason for debugging only.
bunnei
2021-01-11
core: hle: kernel: Update KConditionVariable.
bunnei