aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/mutex.h
AgeCommit message (Expand)Author
2014-12-20License changepurpasmart96
2014-12-07Mutex: Release all held mutexes when a thread exits.Subv
2014-11-24Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-06-13Kernel: Updated various kernel function "name" arguments to be const references.bunnei
2014-06-02svc: added optional name field to Event and Mutex (used for debugging)bunnei
2014-05-26mutex: removed docstring comment that is no longer relevantbunnei
2014-05-26mutex: added additional docstringsbunnei
2014-05-20mutex: refactored the interface to code to return a Mutex* handlebunnei
2014-05-20mutex: initial commit of HLE modulebunnei