#include "defs.h"
Go to the source code of this file.
Functions | |
void | tsleep (unsigned32 nMilliSeconds) |
Sleep a specified number of milliseconds. More... |
|
Sleep a specified number of milliseconds. Sleeps for the specified number of milliseconds. Note that the amount of time slept is within about 10 milliseconds, usually under. So if you request 100ms, the system may only sleep for 91ms. There are 1000 milliseconds in a second.
|