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_light_lock.cpp
Age
Commit message (
Expand
)
Author
2023-03-12
kernel: convert KConditionVariable, KLightConditionVariable, KLightLock
Liam
2023-03-01
kernel: be more careful about kernel address keys
Liam
2023-03-01
kernel: refactor priority inheritance to represent locks as C++ objects
Liam
2023-01-23
kernel: split SetAddressKey into user and kernel variants
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-06
hle: kernel: Remove unnecessary virtual specifier on CancelWait.
bunnei
2021-12-06
hle: kernel: k_light_lock: Implement CancelWait.
bunnei
2021-12-06
hle: kernel: KLightLock: Migrate to updated KThreadQueue.
bunnei
2021-06-11
kernel: Unconditionally set thread state when appropriate
Morph
2021-01-28
hle: kernel: KLightLock: Fix several bugs.
bunnei
2021-01-28
hle: kernel: Allocate a dummy KThread for each host thread, and use it for sc...
bunnei
2021-01-28
kernel: k_light_lock: Simplify EmuThreadHandle implementation.
bunnei
2021-01-28
core: hle: kernel: Implement KLightLock.
bunnei