summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/synchronization.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Synchronization: Correct wide Assertion.Fernando Sahmkow2020-06-271-2/+4
* Kernel: Fixes, corrections and asserts to scheduler and different svcs.Fernando Sahmkow2020-06-271-4/+6
* SVC: WaitSynchronization add Termination Pending Result.Fernando Sahmkow2020-06-271-1/+4
* SCC: Small corrections to CancelSynchronizationFernando Sahmkow2020-06-271-0/+2
* 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