summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/mutex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mutex: Release all held mutexes when a thread exits.Subv2014-12-071-0/+6
* Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner2014-11-241-1/+0
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-1/+1
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
* 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