citra/src/core/hle/kernel
2014-05-26 21:56:23 -04:00
..
kernel.cpp kernel: refactored function naming to remove "__" prefix 2014-05-22 19:06:12 -04:00
kernel.h kernel: added enum for known CurrentThread and CurrentProcess handles 2014-05-26 21:56:23 -04:00
mutex.cpp kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest 2014-05-26 21:01:27 -04:00
mutex.h mutex: refactored the interface to code to return a Mutex* handle 2014-05-20 23:23:58 -04:00
thread.cpp kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest 2014-05-26 21:01:27 -04:00
thread.h thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument 2014-05-22 19:36:56 -04:00