usleep_(msec)

Purpose

The usleep_ function suspends the execution of the current process for an interval of MSEC microseconds. The accuracy of an XL Fortran timing function is operating system dependent.

Class

Function

Argument Type and Attributes

msec
INTEGER(4), INTENT(IN)

Result Type and Attributes

INTEGER(4)

Result Value

The returned value is 0 if the function is successful, or an error number otherwise. IBM Copyright 2003