aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/mutex.h
AgeCommit message (Expand)Author
2015-02-09Mutex: Locks should be recursive.bunnei
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02Kernel: Make WaitObjects share ownership of Threads waiting on themYuri Kunde Schlesner
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner
2015-01-30Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner
2015-01-30Kernel: Convert Mutex to not use HandlesYuri Kunde Schlesner
2015-01-21Mutex: Cleanup and remove redundant code.bunnei
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