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-16DD6B58-4EA0-44A1-9187-B8DDD0E617BB
Visible to Intel only — GUID: GUID-16DD6B58-4EA0-44A1-9187-B8DDD0E617BB
PXFWIFSIGNALED
POSIX Function: Determines if a child process has exited because of a signal. This routine is only available for Linux.
Module
USE IFPOSIX
result = PXFWIFSIGNALED (istat)
istat |
(Output) INTEGER(4). The status of the child process (obtained from PXFWAIT or PXFWAITPID). |
Results
The result type is logical. The result value is .TRUE. if the child process has exited because of a signal that was not caught; otherwise, .FALSE..