index
:
mirror/yuzu-mainline
master
patched
An experimental open-source emulator for the Nintendo Switch from the creators of Citra
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
synchronization.cpp
Age
Commit message (
Collapse
)
Author
2021-01-11
core: hle: kernel: Update KSynchronizationObject.
bunnei
2020-12-06
hle: kernel: Migrate to KScopedSchedulerLock.
bunnei
2020-12-06
hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.
bunnei
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-07-16
kernel: Remove unused variables
Lioncash
Resolves some compiler warnings in the Linux build.
2020-06-27
Synchronization: Correct wide Assertion.
Fernando Sahmkow
2020-06-27
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
Fernando Sahmkow
2020-06-27
SVC: WaitSynchronization add Termination Pending Result.
Fernando Sahmkow
2020-06-27
SCC: Small corrections to CancelSynchronization
Fernando Sahmkow
2020-06-27
Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for ↵
Fernando Sahmkow
Debugging
2020-06-27
Core: Correct HLE Event Callbacks and other issues.
Fernando Sahmkow
2020-06-27
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
Fernando Sahmkow
2020-06-27
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, ↵
Fernando Sahmkow
CancelSynchronization, ArbitrateLock
2020-02-13
Core: Address Feedback
Fernando Sahmkow
2020-02-11
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow