1. NAME▲
set_current_blocked - change current->blocked mask
2. SYNOPSIS ▲
void set_current_blocked(sigset_t * newset );
3. ARGUMENTS ▲
newset
new mask
4. DESCRIPTION ▲
It is wrong to change ->blocked directly, this helper should be used to ensure the process canAqt miss a shared signal we are going to block.
5. COPYRIGHT ▲