pthread_sigmask man page on HP-UX

Man page or keyword search:  
man Server   10987 pages
apropos Keyword Search (all sections)
Output format
HP-UX logo
[printable version]

pthread_sigmask(3T)					   pthread_sigmask(3T)

NAME
       pthread_sigmask() - examine/change signal mask of calling thread

SYNOPSIS
PARAMETERS
	      how	This  parameter	 defines  how  the  signal mask of the
			calling thread will be changed.

	      set	Pointer to the set of signals that  will  be  used  to
			change the currently blocked signal set.

	      oset	Pointer	 to  where  the	 previous  signal mask will be
			returned.

DESCRIPTION
       allows the calling thread to examine and/or change its signal mask.

       Unless it is a null pointer, the argument set points to a set  of  sig‐
       nals which are to be used to change the currently blocked signal set.

       The  argument  how  indicates how the set is changed.  The legal values
       are:

	      The resulting set is the union of the current set and the signal
				set pointed to by set.

	      The resulting set is the intersection of the current set
				and the complement of the signal  set  pointed
				to by set.

	      The resulting set is the signal set pointed to by
				set.

       If the argument oset is not a null pointer, the previous signal mask is
       returned in oset.  If set is a null pointer, the value of the  argument
       how  is	insignificant and the thread's signal mask is unchanged; thus,
       the call can be used to inquire about currently blocked signals.

       If there any pending unblocked signals after the call to at  least  one
       of those signals is delivered before the call to returns.

       It  is impossible to block the or signal.  This is enforced by the sys‐
       tem without causing an error to be indicated.

       The thread's signal mask is not changed if fails for any reason.

RETURN VALUE
       Upon successful completion, returns zero.  Otherwise, an	 error	number
       is returned to indicate the error (the variable is not set).

ERRORS
       If  any	of the following occur, the function returns the corresponding
       error number:

	      how	     contains an invalid value.

	      set	     or oset points to an invalid address.  The	 reli‐
			     able  detection  of  this error is implementation
			     dependent.

AUTHOR
       was derived from the IEEE POSIX P1003.1c standard.

SEE ALSO
       sigprocmask(2).

STANDARDS CONFORMANCE
				Pthread Library		   pthread_sigmask(3T)
[top]

List of man pages available for HP-UX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net