aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/mutex.cpp
Commit message (Expand)AuthorAge
* License changeGravatar purpasmart962014-12-20
* Mutex: Remove some forward declarationsGravatar Subv2014-12-07
* Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-07
* Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-05
* Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-26
* Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-24
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
* Kernel: Updated Event and Mutex to specify handle that they are blocking for.Gravatar bunnei2014-08-05
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
* Kernel: Updated various kernel function "name" arguments to be const references.Gravatar bunnei2014-06-13
* HLE: Updated various handle debug assertions to be more clear.Gravatar bunnei2014-06-13
* Mutex: Moved ReleaseMutex iterator declaration to be inside while loop.Gravatar bunnei2014-06-13
* Kernel: Updated several member functions to be constGravatar bunnei2014-06-13
* Kernel: Added real support for thread and event blockingGravatar bunnei2014-06-13
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-02
* mutex: fixed typo in ReleaseMutexGravatar bunnei2014-05-29
* mutex: added preliminary SyncRequest/WaitSynchronization, added some comments...Gravatar bunnei2014-05-27
* kernel: added WaitSynchronization method to Kernel::ObjectGravatar bunnei2014-05-26
* kernel: updated SyncRequest to take boolean thread wait result as a parameterGravatar bunnei2014-05-26
* kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequestGravatar bunnei2014-05-26
* kernel: refactored function naming to remove "__" prefixGravatar bunnei2014-05-22
* mutex: refactored the interface to code to return a Mutex* handleGravatar bunnei2014-05-20
* mutex: initial commit of HLE moduleGravatar bunnei2014-05-20