Home
last modified time | relevance | path

Searched refs:SI_MESGQ (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dsiginfo_codes.h16 #if defined(SI_MESGQ) || (defined(HAVE_DECL_SI_MESGQ) && HAVE_DECL_SI_MESGQ)
17 XLAT(SI_MESGQ),
Dsiginfo_codes.in5 SI_MESGQ
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsiginfo.h118 #undef SI_MESGQ
121 #define SI_MESGQ __SI_CODE(__SI_MESGQ, -4) /* sent by real time mesq state change */ macro
/external/e2fsprogs/e2fsck/
Dsigcatcher.c146 #ifdef SI_MESGQ
147 DEFINE_ENTRY(SI_MESGQ)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h162 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3) /* sent by real time mesq state change */ macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
Dsignal.h63 #define SI_MESGQ 5 /* Indicates arrival of a message at an empty queue */ macro
/external/strace/
Dsignal.c317 #define SI_MESGQ -3 /* sent by real time mesq state change */ macro
DChangeLog-CVS5580 (printsiginfo): Conditionally compile SI_TIMER and SI_MESGQ.