summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_synchronization.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-2/+2
* kernel: update KProcessLiam2023-10-221-1/+1
* kernel: remove relative task registrationLiam2023-08-151-2/+14
* core: reduce TOCTTOU memory accessLiam2023-07-221-7/+4
* 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