Searched defs:SIG_UNBLOCK (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h9 #ifndef SIG_UNBLOCK
10 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
/external/libunwind/src/ia64/
H A Ducontext_i.h29 #define SIG_UNBLOCK 1 macro
/external/bison/darwin-lib/
H A Dsignal.h588 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ macro
/external/bison/linux-lib/
H A Dsignal.h588 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h124 #define SIG_UNBLOCK 2 /* set of signals to, well, unblock */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h98 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h331 #if !defined(SIG_UNBLOCK)
332 #define SIG_UNBLOCK 1 macro
333 #endif /* SIG_UNBLOCK */

Completed in 272 milliseconds