12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of the Library Routines 2ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFSIGISMEMBER subroutine tests whether isigno is a member of the set associated withhandle jsigset. If the signal is a member of the set, ismember is set to .TRUE.; otherwise,.FALSE.. This set of signals is used by PXFSIGACTION as field sa_mask in structuresigaction. It defines the set of signals that will be blocked during execution of the signalhandler function (the field sa_handler in structure sigaction).On Windows* systems, PXFSIGACTION ignores the field sa_mask in structure sigaction.NOTE. To get a handle for an instance of the sigset structure, usePXFSTRUCTCREATE with the string 'sigset' for the structure name.See Also: “PXFSTRUCTCREATE”, “PXFSIGACTION”PXFSIGPENDINGPOSIX Subroutine: Examines pending signals. This subroutine is only available on Linux*systems.Module: USE IFPOSIXSyntaxCALL PXFSIGPENDING (jsigset, ierror)jsigset(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure sigaction. The signals to examine.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFSIGPENDING subroutine is used to examine pending signals (ones that have been raisedwhile blocked). The signal mask of the pending signals is stored in the signal set associated withhandle jsigset.2-333

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!