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 2PXFSIGSUSPENDPOSIX Subroutine: Suspends the process until a signal is received. This subroutine is onlyavailable on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFSIGSUSPEND (jsigset, ierror)jsigset(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure sigset. Specifies a set of signals.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.PXFSIGSUSPEND temporarily replaces the signal mask for the process with that given by thestructure associated with the jsigset handle; it then suspends the process until a signal is received.PXFSLEEPPOSIX Subroutine: Forces the process to sleep.Module: USE IFPOSIXSyntaxCALL PXFSLEEP (iseconds, isecleft, ierror)iseconds(Input) INTEGER(4). The number of seconds to sleep.isecleft(Output) INTEGER(4). The number of seconds left to sleep.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFSLEEP subroutine forces the current process to sleep until seconds iseconds have elapsedor a signal arrives that cannot be ignored.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB2-335

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

Saved successfully!

Ooh no, something went wrong!