Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference Intel® Fortran Libraries Reference

h.eng.cam.ac.uk
from h.eng.cam.ac.uk More from this publisher
12.07.2015 Views

2 Intel Fortran Libraries ReferenceSyntaxCALL PXFSIGFILLSET (jsigset, ierror)jsigset(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure sigset. This is the set to fill.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFSIGFILLSET subroutine initializes the signal set associated with handle jsigset to full; allsignals are included into the set. This set of signals is used by PXFSIGACTION as field sa_maskin structure sigaction. It defines the set of signals that will be blocked during execution of thesignal handler 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”, “PXFSIGEMPTYSET”, “PXFSIGACTION”PXFSIGISMEMBERPOSIX Subroutine: Tests whether a signal is a member of a signal set. This subroutine is onlyavailable on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFSIGISMEMBER (jsigset, isigno, ismember, ierror)jsigset(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure sigset. This is the set the signal will be tested in.isigno(Input) INTEGER(4). The signal number to test for membership.ismember(Output) Logical. The returned result.2-332

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

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>SyntaxCALL PXFSIGFILLSET (jsigset, ierror)jsigset(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure sigset. This is the set to fill.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFSIGFILLSET subroutine initializes the signal set associated with handle jsigset to full; allsignals are included into the set. This set of signals is used by PXFSIGACTION as field sa_maskin structure sigaction. It defines the set of signals that will be blocked during execution of thesignal handler 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”, “PXFSIGEMPTYSET”, “PXFSIGACTION”PXFSIGISMEMBERPOSIX Subroutine: Tests whether a signal is a member of a signal set. This subroutine is onlyavailable on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFSIGISMEMBER (jsigset, isigno, ismember, ierror)jsigset(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure sigset. This is the set the signal will be tested in.isigno(Input) INTEGER(4). The signal number to test for membership.ismember(Output) Logical. The returned result.2-332

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

Saved successfully!

Ooh no, something went wrong!