1SET_CURRENT_BLOCKED(9)           Driver Basics          SET_CURRENT_BLOCKED(9)
2
3
4

NAME

6       set_current_blocked - change current->blocked mask
7

SYNOPSIS

9       void set_current_blocked(sigset_t * newset);
10

ARGUMENTS

12       newset
13           new mask
14

DESCRIPTION

16       It is wrong to change ->blocked directly, this helper should be used to
17       ensure the process can't miss a shared signal we are going to block.
18
20Kernel Hackers Manual 3.10         June 2019            SET_CURRENT_BLOCKED(9)
Impressum