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.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>The PXFSIGADDSET subroutine adds signal number isigno to the set of signals associated withhandle jsigset. 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”, “PXFSIGDELSET”, “PXFSIGACTION”PXFSIGDELSETPOSIX Subroutine: Deletes a signal from the signal set. This subroutine is only available onLinux* systems.Module: USE IFPOSIXSyntaxCALL PXFSIGDELSET (jsigset, isigno, ierror)jsigset(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure sigset. This is the set to delete the signal from.isigno(Input) INTEGER(4). The signal number to delete from the set.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFSIGDELSET subroutine removes signal number isigno from the set of signals associatedwith handle jsigset. 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 sigaction2-330

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

Saved successfully!

Ooh no, something went wrong!