OS_LoadContext

C Specification

#include <nitro/os.h>

void OS_LoadContext( OSContext* context );

Arguments

context   Context

Return Values

None.

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.

See Also

OS_InitContext, OS_SaveContext, OS_DumpContext

Revision History

12/01/2003 Initial Version