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 2.NOTE. To get a handle for an instance of the sigset structure, usePXFSTRUCTCREATE with the string 'sigset' for the structure name.See Also: “PXFSTRUCTCREATE”, “PXFSIGADDSET”, “PXFSIGACTION”PXFSIGEMPTYSETPOSIX Subroutine: Empties a signal set. This subroutine is only available on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFSIGEMPTYSET (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 empty.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, nonzero.The PXFSIGEMPTYSET subroutine initializes the signal set associated with handle jsigset toempty; all signals are excluded from the set. This set of signals is used by PXFSIGACTION asfield sa_mask in structure sigaction. It defines the set of signals that will be blocked duringexecution of the signal 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”, “PXFSIGFILLSET”, “PXFSIGACTION”PXFSIGFILLSETPOSIX Subroutine: Fills a signal set. This subroutine is only available on Linux* systems.Module: USE IFPOSIX2-331

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

Saved successfully!

Ooh no, something went wrong!