#include <revolution/os.h>
void OSYieldThread (void);
None.
None.
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).
Thread Synchronization, Thread Synchronization Functions
2006/03/01 Initial version.
CONFIDENTIAL