Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsignal.h8 #ifndef SIG_UNBLOCK
9 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsigaction.h84 #define SIG_UNBLOCK 2 /* Unblock signals. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsignal.h100 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dsignal.h123 #define SIG_UNBLOCK 2 /* set of signals to, well, unblock */ macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2491 if (sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL) == -1) in Timer_Thread()