Lime-3DS-Emulator/src/core/hle/kernel
Subv 60a373a786 Threads: Use a dummy idle thread when no other are ready.
This thread will not actually execute instructions, it will only advance the timing/events and try to yield immediately to the next ready thread, if there aren't any ready threads then it will be rescheduled and start its job again.
2015-01-07 20:31:31 -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 Threads: Use a dummy idle thread when no other are ready. 2015-01-07 20:31:31 -05:00
thread.h Threads: Use a dummy idle thread when no other are ready. 2015-01-07 20:31:31 -05:00