summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/synchronization.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for DebuggingFernando Sahmkow2020-06-271-0/+3
* Core: Correct HLE Event Callbacks and other issues.Fernando Sahmkow2020-06-271-0/+1
* SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.Fernando Sahmkow2020-06-271-1/+7
* SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLockFernando Sahmkow2020-06-271-54/+64
* Core: Address FeedbackFernando Sahmkow2020-02-141-10/+11
* Kernel: Refactor synchronization to better match REFernando Sahmkow2020-02-111-0/+86