summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/synchronization.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
2020-07-16kernel: Remove unused variablesLioncash1-1/+0
2020-06-27Synchronization: Correct wide Assertion.Fernando Sahmkow1-2/+4
2020-06-27Kernel: Fixes, corrections and asserts to scheduler and different svcs.Fernando Sahmkow1-4/+6
2020-06-27SVC: WaitSynchronization add Termination Pending Result.Fernando Sahmkow1-1/+4
2020-06-27SCC: Small corrections to CancelSynchronizationFernando Sahmkow1-0/+2
2020-06-27Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for DebuggingFernando Sahmkow1-0/+3
2020-06-27Core: Correct HLE Event Callbacks and other issues.Fernando Sahmkow1-0/+1
2020-06-27SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.Fernando Sahmkow1-1/+7
2020-06-27SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLockFernando Sahmkow1-54/+64
2020-02-14Core: Address FeedbackFernando Sahmkow1-10/+11
2020-02-11Kernel: Refactor synchronization to better match REFernando Sahmkow1-0/+86