#include <nitro/os.h>
void OS_LoadContext( OSContext* context );
context | Context |
None.
This function loads the context from the specified context structure to swap context in the thread system.
When the context is loaded, the processor operates according to the loaded context.
Refer to OS_InitContext()
for details.
OS_InitContext, OS_SaveContext, OS_DumpContext
2003/12/01 Initial version.
CONFIDENTIAL