HomeSort by relevance Sort by last modified time
    Searched refs:SI_MESGQ (Results 51 - 65 of 65) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
siginfo.h 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
  /art/runtime/
runtime_linux.cc 118 case SI_MESGQ: return "SI_MESGQ";
  /external/kernel-headers/original/asm-generic/
siginfo.h 147 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3) /* sent by real time mesq state change */
  /external/strace/
signal.c 456 #define SI_MESGQ -3 /* sent by real time mesq state change */
565 #ifdef SI_MESGQ
566 { SI_MESGQ, "SI_MESGQ" },
    [all...]
  /system/core/debuggerd/
tombstone.c 147 case SI_MESGQ: return "SI_MESGQ";

Completed in 740 milliseconds

1 23