ar_sleep

void ar_sleep (unsigned int sleep_ms);

Purpose

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.

Parameters

Input

Name

Type

Description

Sleep_ms

unsigned int

(input) Sleep duration, in milliseconds.

References

Utility Functions
Alphabetical Function Index
Hierarchical Function Index

CEI-x30 API Description