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-C2B9DE2C-DDFF-454C-B274-DF6965F0A058
Visible to Intel only — GUID: GUID-C2B9DE2C-DDFF-454C-B274-DF6965F0A058
PXFPAUSE
POSIX Subroutine: Suspends process execution.
Module
USE IFPOSIX
CALL PXFPAUSE (ierror)
ierror |
(Output) INTEGER(4). The error status. |
If successful, ierror is set to zero; otherwise, an error code.
The PXFPAUSE subroutine causes the invoking process (or thread) to sleep until a signal is received that either terminates it or causes it to call a signal-catching function.