OS_LoadContext


C Specification

#include <nitro/os.h>

void OS_LoadContext( OSContext* context );

Description

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.

Arguments

context Context

Return Values

None

See Also

OS_InitContext, OS_SaveContext, OS_DumpContext

Revision History

12/01/2003 Initial Version