Available Languages?:

OSA : OS_Yield

OS_Yield ()

Allowed only in taskSwitches context

Return to scheduler.

Call allowed:

Only in task

Parameters:

None

Returns:

nothing

Example:

void Task (void)
{
    for (;;) {
        /*...*/
        OS_Yield();
        /*...*/
    }
}

See also

 
en/osa/ref/allservices/os_yield.txt · Last modified: 07.10.2010 13:58 (external edit)
 
Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki