Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-06E1B9D6-6D68-4D1E-A4BF-DE615CF0A98D
Visible to Intel only — GUID: GUID-06E1B9D6-6D68-4D1E-A4BF-DE615CF0A98D
PXFSLEEP
POSIX Subroutine: Forces the process to sleep.
Module
USE IFPOSIX
CALL PXFSLEEP (iseconds,isecleft,ierror)
iseconds |
(Input) INTEGER(4). The number of seconds to sleep. |
isecleft |
(Output) INTEGER(4). The number of seconds left to sleep. |
ierror |
(Output) INTEGER(4). The error status. |
If successful, ierror is set to zero; otherwise, an error code.
The PXFSLEEP subroutine forces the current process to sleep until seconds iseconds have elapsed or a signal arrives that cannot be ignored.