#include <revolution/os.h> void OSSleepTicks ( OSTime ticks );
| ticks | The time (a tick value in OS_TIMER_CLOCK Hz units) to temporarily halt the current thread. |
|---|
None.
Pauses the current thread and returns it to an executable state after the number of ticks specified in ticks has elapsed. The timing with which the thread will actually restart will vary based on the state of other threads and interrupt processes.
Thread Functions, Thread Synchronization Functions, OSSleepSeconds, OSSleepMilliseconds, OSSleepMicroseconds, OSSleepNanoseconds
2006/08/11 Initial version.
CONFIDENTIAL