yuzu/src/core/hle/kernel
Subv dfc440785a SVC: Fixed SleepThread.
It will now properly wait the specified number of nanoseconds and then wake up the thread.
2015-01-08 18:39:12 -05:00
..
address_arbiter.cpp AddressArbiter: Ported arbitration type 2 from 3dmoo. 2015-01-03 12:09:11 -05:00
address_arbiter.h License change 2014-12-20 21:20:24 -08:00
event.cpp Kernel: New handle manager 2014-12-28 11:52:55 -02:00
event.h License change 2014-12-20 21:20:24 -08:00
kernel.cpp Threads: Use a dummy idle thread when no other are ready. 2015-01-07 20:31:31 -05:00
kernel.h Kernel: New handle manager 2014-12-28 11:52:55 -02:00
mutex.cpp Mutex: Add the calling thread to the waiting list when needed 2015-01-04 12:52:34 -05:00
mutex.h License change 2014-12-20 21:20:24 -08:00
semaphore.cpp Kernel: New handle manager 2014-12-28 11:52:55 -02:00
semaphore.h Merge pull request #291 from purpasmart96/license 2014-12-21 16:05:44 -05:00
session.h Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants 2014-12-28 11:52:53 -02:00
shared_memory.cpp Kernel: New handle manager 2014-12-28 11:52:55 -02:00
shared_memory.h License change 2014-12-20 21:20:24 -08:00
thread.cpp SVC: Fixed SleepThread. 2015-01-08 18:39:12 -05:00
thread.h SVC: Fixed SleepThread. 2015-01-08 18:39:12 -05:00