void ar_sleep (unsigned int sleep_ms);
This function suspends execution of the calling thread for the specified number of milliseconds. Platform-dependent thread delay methods are used to implement this operation, defined below for the supported operating system. The accuracy of this operation is dependent upon the accuracy of the underlying operating system call.
Input |
||
Name |
Type |
Description |
Sleep_ms |
unsigned int |
(input) Sleep duration, in milliseconds. |
Utility
Functions
Alphabetical
Function Index
Hierarchical
Function Index