Kernel internals in support context switching. More...
Data Structures | |
struct | OS_scheduling_context_t |
Structure describing upcoming context switch. More... | |
Kernel internals in support context switching.
Bulk of the context switching is done inside the platform independent portion of the kernel, but the final heavy lifting always has to be done in a platform specific way. The structures defined here help to establish communication between these two parts of the kernel.