12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The signal specified in isig can be any valid signal except SIGKILL and SIGSTOP.If jsigact is nonzero, the new action for signal isig is installed from the structure associated withhandle jsigact. If josigact is nonzero, the previous action of the specified signal is saved in thestructure associated with handle josigact where it can be examined.On Windows* systems, PXFSIGACTION ignores the fields sa_mask and sa_flags in structuresigaction.NOTE. To get a handle for an instance of the sigaction structure, usePXFSTRUCTCREATE with the string 'sigaction' for the structure name.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFSTRUCTCREATE”PXFSIGADDSETPOSIX Subroutine: Adds a signal to the signal set. This subroutine is only available on Linux*systems.Module: USE IFPOSIXSyntaxCALL PXFSIGADDSET (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 add the signal to.isigno(Input) INTEGER(4). The signal number to add to the set.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.2-329

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

Saved successfully!

Ooh no, something went wrong!