suyu/src/core/hle/kernel
bunnei 3a75c8069e Merge pull request #256 from Subv/mutex
Kernel/Mutex: Properly lock the mutex when a thread enters it
2014-12-10 22:52:55 -05:00
..
address_arbiter.cpp Thread: Fixed to wait on address when in arbitration. 2014-12-08 19:44:10 -05:00
address_arbiter.h HLE: Revamp error handling throrough the HLE code 2014-11-24 17:08:36 -02:00
archive.cpp Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
archive.h Updated archive.cpp functions for proper error handling 2014-12-03 22:50:44 -08:00
event.cpp Remove duplicated docs/update them for changed parameters. 2014-11-24 17:08:36 -02:00
event.h Remove duplicated docs/update them for changed parameters. 2014-11-24 17:08:36 -02:00
kernel.cpp kernel: Shorten GetCount 2014-12-03 22:52:02 -05:00
kernel.h kernel: Make some functions const 2014-12-03 19:48:34 -05:00
mutex.cpp Mutex: Remove some forward declarations 2014-12-07 15:57:28 -05:00
mutex.h Mutex: Release all held mutexes when a thread exits. 2014-12-07 15:44:21 -05:00
shared_memory.cpp Remove duplicated docs/update them for changed parameters. 2014-11-24 17:08:36 -02:00
shared_memory.h Remove duplicated docs/update them for changed parameters. 2014-11-24 17:08:36 -02:00
thread.cpp Merge pull request #256 from Subv/mutex 2014-12-10 22:52:55 -05:00
thread.h Thread: Fixed to wait on address when in arbitration. 2014-12-08 19:44:10 -05:00