summaryrefslogtreecommitdiffstats
path: root/src/core/hle/lock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use recursive_mutex instead of mutex to fix #2902danzel2017-08-291-1/+1
* Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).Subv2017-08-221-0/+18