pxfsigaddset
- Date:
10-20-2011
NAME
PXFSIGADDSET - Adds an individual signal to the specified signal set
SYNOPSIS
INTEGER jsigset, isigno, ierror
CALL PXFSIGADDSET (jsigset, isigno, ierror)
IMPLEMENTATION
Cray Linux Environment (CLE)
STANDARDS
IEEE Std 1003.9-1992 standard interface for FORTRAN 77
DESCRIPTION:
The PXFSIGADDSET subroutine uses sigaddset(3c) to add an individual signal, isigno, to the specified signal set, jsigset.
All arguments must be of default kind unless documented otherwise. Default kind is KIND=4 for integer, real, complex, and logical arguments.
The following is a list of valid arguments for this routine:
- jsigset
A default integer input variable containing a handle created by PXFSTRUCTCREATE(sigset,…).
- isigno
A default integer input variable containing a signal to be added in the jsigset signal set.
- ierror
A default integer output variable that contains zero if PXFSIGADDSET was successful and nonzero if PXFSIGADDSET was not successful.
NOTES
Replace any Fortran reference to sigaddset(3) with a subroutine call to PXFSIGADDSET.
SEE ALSO
sigaddset(3), PXFSTRUCTCREATE(3F)