Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (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.h5 #ifndef SIG_BLOCK
6 #define SIG_BLOCK 0 /* for blocking signals */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsigaction.h83 #define SIG_BLOCK 1 /* Block signals. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsignal.h99 #define SIG_BLOCK 1 /* for blocking signals */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dsignal.h122 #define SIG_BLOCK 1 /* set of signals to block */ macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2451 if (sigprocmask(SIG_BLOCK, &sa.sa_mask, NULL) == -1) in Timer_Thread()