1SET_CURRENT_BLOCKED(9) Driver Basics SET_CURRENT_BLOCKED(9)
23
4
NAME
6set_current_blocked - change current->blocked mask
7
SYNOPSIS
9void set_current_blocked(sigset_t * newset);
10
ARGUMENTS
12newset
13new mask
14
DESCRIPTION
16It is wrong to change ->blocked directly, this helper should be used to
17ensure the process can't miss a shared signal we are going to block.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SET_CURRENT_BLOCKED(9)