citra/src/core/hle/kernel
2015-01-30 11:47:01 -02:00
..
address_arbiter.cpp Kernel: Remove useless/duplicated comments; mark functions static 2015-01-30 11:47:01 -02:00
address_arbiter.h Kernel: Remove useless/duplicated comments; mark functions static 2015-01-30 11:47:01 -02:00
event.cpp Kernel: Remove useless/duplicated comments; mark functions static 2015-01-30 11:47:01 -02:00
event.h Event: Fixed some bugs and cleanup (Subv) 2015-01-21 18:43:50 -05:00
kernel.cpp Kernel: Renamed some functions for clarity. 2015-01-21 20:48:30 -05:00
kernel.h Move VAddr/PAddr typedefs to kernel.h 2015-01-30 11:47:01 -02:00
mutex.cpp Kernel: Remove useless/duplicated comments; mark functions static 2015-01-30 11:47:01 -02:00
mutex.h Mutex: Cleanup and remove redundant code. 2015-01-21 20:48:36 -05:00
semaphore.cpp Kernel: Renamed some functions for clarity. 2015-01-21 20:48:30 -05:00
semaphore.h Merge pull request #291 from purpasmart96/license 2014-12-21 16:05:44 -05:00
session.h Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. 2015-01-21 20:47:49 -05:00
shared_memory.cpp Kernel: Remove useless/duplicated comments; mark functions static 2015-01-30 11:47:01 -02:00
shared_memory.h License change 2014-12-20 21:20:24 -08:00
thread.cpp Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. 2015-01-21 20:48:46 -05:00
thread.h Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. 2015-01-21 20:48:46 -05:00
timer.cpp Kernel: Remove useless/duplicated comments; mark functions static 2015-01-30 11:47:01 -02:00
timer.h core: Fix a few docstrings 2015-01-20 13:52:44 -05:00