#include <nitro/os.h>void OS_LoadContext( OSContext* context );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.
context |
Context |
None
OS_InitContext, OS_SaveContext, OS_DumpContext
12/01/2003 Initial Version