[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, Volume 1


pthread_sigmask Subroutine

Purpose

Examines and changes blocked signals.

Library

Threads Library (libpthreads.a)

Syntax

#include <signal.h>

int pthread_sigmask (int how, const sigset_t *set, sigset_t *oset fP); 

Description

Refer to sigprocmask.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]