summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_synchronization.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: SynchronizeMorph2023-07-011-22/+19
|
* Remove memory allocations in some hot pathsKelebek12023-06-221-5/+5
|
* memory: rename global memory references to application memoryLiam2023-03-241-1/+2
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-1/+1
|
* kernel/svc: convert to new styleLiam2023-03-131-7/+5
|
* kernel: fix WaitSynchronizationLiam2023-03-051-16/+29
|
* kernel: use GetCurrentProcessLiam2023-02-131-5/+5
|
* kernel/svc: switch to generated wrappersLiam2023-02-071-18/+42
|
* kernel/svc: Split implementations into separate filesLiam2023-02-051-0/+139