summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/mutex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Updated various kernel function "name" arguments to be const references.bunnei2014-06-131-1/+1
* svc: added optional name field to Event and Mutex (used for debugging)bunnei2014-06-031-1/+2
* mutex: removed docstring comment that is no longer relevantbunnei2014-05-271-1/+0
* mutex: added additional docstringsbunnei2014-05-271-0/+2
* mutex: refactored the interface to code to return a Mutex* handlebunnei2014-05-211-1/+1
* mutex: initial commit of HLE modulebunnei2014-05-211-0/+26