<< Previous | Next >>

OSStart

void OSStart( void );

Description

Starts the multitasking process, allowing µC/OS-II to manage the tasks that have been created. Before OSStart() is called, OSInit() MUST have been called and at least one task MUST have been created. This function calls OSStartHighRdy which calls OSTaskSwHook and sets OSRunning to TRUE.

Library

UCOS2.LIB

See also

OSTaskCreate, OSTaskCreateExt


Dynamic C Functions << Previous | Next >> rabbit.com