HomeSort by relevance Sort by last modified time
    Searched refs:SIGSTKFLT (Results 26 - 34 of 34) sorted by null

12

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
signal.h 38 #define SIGSTKFLT 16
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
signal.h 43 #define SIGSTKFLT 16
  /external/kernel-headers/original/asm-arm/
signal.h 47 #define SIGSTKFLT 16
  /external/kernel-headers/original/asm-x86/
signal.h 59 #define SIGSTKFLT 16
  /system/core/debuggerd/
debuggerd.c 124 case SIGSTKFLT: return "SIGSTKFLT";
838 case SIGSTKFLT: {
915 signal(SIGSTKFLT, SIG_DFL);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 272 public static final int SIGSTKFLT = placeholder();
  /dalvik/vm/
Thread.cpp     [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 278 initConstant(env, c, "SIGSTKFLT", SIGSTKFLT);

Completed in 645 milliseconds

12