SIGSETOPS - Online Linux Manual PageSection : 3
Updated : 2023-02-05
Source : Linux man-pages 6.03
NAMEsigemptyset, sigfillset, sigaddset, sigdelset, sigismember − POSIX signal set operations
LIBRARYStandard C library (libc, −lc)
SYNOPSIS#include <signal.h>int sigemptyset(sigset_t *set);
int sigfillset(sigset_t *set);int sigaddset(sigset_t *set, int signum);
int sigdelset(sigset_t *set, int signum);int sigismember(const sigset_t *set, int signum);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): sigemptyset(), sigfillset(), sigaddset(), sigdelset(), sigismember(): _POSIX_C_SOURCE
DESCRIPTIONThese functions allow the manipulation of POSIX signal sets. sigemptyset() initializes the signal set given by set to empty, with all signals excluded from the set. sigfillset() initializes set to full, including all signals. sigaddset() and sigdelset() add and delete respectively signal signum from set. sigismember() tests whether signum is a member of set. Objects of type sigset_t must be initialized by a call to either sigemptyset() or sigfillset() before being passed to the functions sigaddset(), sigdelset(), and sigismember() or the additional glibc functions described below (sigisemptyset(), sigandset(), and sigorset()). The results are undefined if this is not done.
RETURN VALUEsigemptyset(), sigfillset(), sigaddset(), and sigdelset() return 0 on success and −1 on error. sigismember() returns 1 if signum is a member of set, 0 if signum is not a member, and −1 on error. On error, these functions set errno to indicate the error.
ERRORSEINVAL signum is not a valid signal.
ATTRIBUTESFor an explanation of the terms used in this section, see attributes(7). InterfaceAttributeValue sigemptyset(), sigfillset(), sigaddset(), sigdelset(), sigismember(), sigisemptyset(), sigorset(), sigandset() Thread safetyMT-Safe
STANDARDSPOSIX.1-2001, POSIX.1-2008.
NOTESWhen creating a filled signal set, the glibc sigfillset() function does not include the two real-time signals used internally by the NPTL threading implementation. See nptl(7) for details.
glibc extensionsIf the _GNU_SOURCE feature test macro is defined, then <signal.h> exposes three other functions for manipulating signal sets: int sigisemptyset(const sigset_t *set);
int sigorset(sigset_t *dest, const sigset_t *left,
const sigset_t *right);
int sigandset(sigset_t *dest, const sigset_t *left,
const sigset_t *right);sigisemptyset() returns 1 if set contains no signals, and 0 otherwise. sigorset() places the union of the sets left and right in dest. sigandset() places the intersection of the sets left and right in dest. Both functions return 0 on success, and −1 on failure. These functions are nonstandard (a few other systems provide similar functions) and their use should be avoided in portable applications.
SEE ALSOsigaction(2), sigpending(2), sigprocmask(2), sigsuspend(2) 0
Johanes Gumabo
Data Size : 16,294 byte
man-sigaddset.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 3 / 202,987
Visitor ID : :
Visitor IP : 3.133.109.141 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.