There was an error fetching the commit references. Please try again later.
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.
Showing
- src/core/core.cpp 12 additions, 1 deletionsrc/core/core.cpp
- src/core/hle/kernel/kernel.cpp 2 additions, 0 deletionssrc/core/hle/kernel/kernel.cpp
- src/core/hle/kernel/thread.cpp 22 additions, 1 deletionsrc/core/hle/kernel/thread.cpp
- src/core/hle/kernel/thread.h 11 additions, 0 deletionssrc/core/hle/kernel/thread.h
Loading
Please register or sign in to comment