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