You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core/arm
Kevin Hartman 5fcbfc06eb Scheduler refactor Pt. 1
* Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid
for a thread at any given point in the system.
* Removes dead code from thread.cpp.
* Moves the implementation of resetting a ThreadContext to the corresponding core's implementation.

Other changes:
* Fixed comments in arm interfaces.
* Updated comments in thread.cpp
* Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp.
* Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
10 years ago
..
disassembler License change 10 years ago
dyncom Scheduler refactor Pt. 1 10 years ago
interpreter arm: Clean up ARMul_State 10 years ago
skyeye_common vfpdouble: Fix the FTOUI NaN sign setting 10 years ago
arm_interface.h Scheduler refactor Pt. 1 10 years ago