summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/synchronization.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: Fix clang build"bunnei2020-10-211-2/+2
* core: Fix clang buildLioncash2020-10-181-2/+2
* kernel: Remove unused variablesLioncash2020-07-161-1/+0
* 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