Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/uapi/asm-generic/
Dsignal-defs.h10 #ifndef SIG_UNBLOCK
11 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
/linux-4.19.296/fs/jffs2/
Dbackground.c92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()