citra/src/core/hle/kernel
2015-01-21 20:47:49 -05:00
..
address_arbiter.cpp AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. 2015-01-21 20:47:45 -05:00
address_arbiter.h AddrArbiter: Implement arbitration types 3 and 4. 2015-01-13 14:49:26 -05:00
event.cpp WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 2015-01-21 20:47:49 -05:00
event.h Event: Fixed some bugs and cleanup (Subv) 2015-01-21 18:43:50 -05:00
kernel.cpp Session: Change to a WaitObject. 2015-01-21 20:47:47 -05:00
kernel.h WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 2015-01-21 20:47:49 -05:00
mutex.cpp WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 2015-01-21 20:47:49 -05:00
mutex.h License change 2014-12-20 21:20:24 -08:00
semaphore.cpp WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 2015-01-21 20:47:49 -05:00
semaphore.h Merge pull request #291 from purpasmart96/license 2014-12-21 16:05:44 -05:00
session.h WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 2015-01-21 20:47:49 -05:00
shared_memory.cpp Kernel: Start using boost::intrusive_ptr for lifetime management 2015-01-09 19:43:52 -02:00
shared_memory.h License change 2014-12-20 21:20:24 -08:00
thread.cpp WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 2015-01-21 20:47:49 -05:00
thread.h WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 2015-01-21 20:47:49 -05:00
timer.cpp WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 2015-01-21 20:47:49 -05:00
timer.h core: Fix a few docstrings 2015-01-20 13:52:44 -05:00