OS_LoadContext

Syntax

#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

2003/12/01 Initial version.


CONFIDENTIAL