OSYieldThread

C Specification

#include <revolution/os.h>
void OSYieldThread (void);

Arguments

None.

Return Values

None.

Description

Performs thread rescheduling. The current thread attempts to relinquish the CPU to give other threads of the same scheduling priority a chance to run. If there are no other threads with the same scheduling priority in the run queue, this function does nothing (if any thread that can run has a higher priority, this thread would already be running).

See Also

Thread Synchronization, Thread Synchronization Functions

Revision History

2006/03/01 Initial version.


CONFIDENTIAL