RTI Distributed Logger API
Version 5.3.0
|
Commodity functions for using RTI Distributed Logger. More...
Static Public Member Functions | |
static void | sleep (int msec) |
Blocks the calling thread for the specified duration. | |
Commodity functions for using RTI Distributed Logger.
|
static |
Blocks the calling thread for the specified duration.
Note that the achievable resolution of sleep is OS-dependent. That is, do not assume that you can sleep for 1 ms just because you can specify a 1-ms sleep duration via the API. The sleep resolution on most operating systems is usually 10 ms or greater.
[in] | msec | Sleep duration in milliseconds. |