PXFSIGPENDING(3F) Last changed: 2-26-98
PXFSIGPENDING - Examines pending signals
SUBROUTINE PXFSIGPENDING (jsigset, ierror)
INTEGER jsigset, ierror
UNICOS, UNICOS/mk, and IRIX systems
IEEE standard interface for FORTRAN 77
The PXFSIGPENDING subroutine uses sigpending(2) to store the set of
signals blocked from delivery and pending for the calling process.
The following is a list of valid arguments for this routine:
jsigset A default integer input variable containing a handle created
by PXFSTRUCTCREATE(sigset,...).
ierrno A default integer output variable that contains zero if
PXFSIGPENDING was successful and nonzero if PXFSIGPENDING
was not successful.
This subroutine may return any of the following error values:
EFAULT The jsigset argument points outside the allocated
space.
EBADHANDLE The jsigset argument is invalid.
On IRIX systems, this routine is in libfortran.so which is linked by
default when compiling programs with the MIPSpro 7 Fortran 90 compiler
or when compiling programs with the -craylibs option to the MIPSpro
7.2 F77 compiler.
When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
kind unless documented otherwise. On UNICOS and UNICOS/mk, default
kind is KIND=8 for integer, real, complex, and logical arguments; on
IRIX systems, the default kind is KIND=4.
Replace any Fortran reference to sigpending() with a subroutine call
to PXFSIGPENDING.
sigpending(2)
PXFSTRUCTCREATE(3F)
Application Programmer's Library Reference Manual, publication
SR-2165, for the printed version of this man page.
[ Back ]
|