HomeSort by relevance Sort by last modified time
    Searched refs:SA_INTERRUPT (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 68 # define SA_INTERRUPT 0x20000000 /* Historical no-op. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 68 # define SA_INTERRUPT 0x20000000 /* Historical no-op. */
  /external/strace/xlat/
sigact_flags.h 24 #if defined(SA_INTERRUPT) || (defined(HAVE_DECL_SA_INTERRUPT) && HAVE_DECL_SA_INTERRUPT)
25 XLAT(SA_INTERRUPT),
  /external/iputils/
ping_common.h 217 #ifdef SA_INTERRUPT
218 sa.sa_flags = SA_INTERRUPT;
rarpd.c 548 #ifdef SA_INTERRUPT
549 sa.sa_flags = SA_INTERRUPT;
rdisc.c 275 #ifdef SA_INTERRUPT
276 sa.sa_flags = SA_INTERRUPT;
    [all...]
  /external/libmicrohttpd/src/examples/
demo.c 822 #ifdef SA_INTERRUPT
823 sig.sa_flags = SA_INTERRUPT; /* SunOS */
demo_https.c 823 #ifdef SA_INTERRUPT
824 sig.sa_flags = SA_INTERRUPT; /* SunOS */
  /external/minijail/linux-x86/
libconstants.gen.c 1001 #ifdef SA_INTERRUPT
1002 { "SA_INTERRUPT", (unsigned long) SA_INTERRUPT },
1003 #endif // SA_INTERRUPT
    [all...]
  /external/iproute2/misc/
arpd.c 537 #ifdef SA_INTERRUPT
538 sa.sa_flags = SA_INTERRUPT;
  /external/ImageMagick/MagickCore/
magick.c     [all...]

Completed in 536 milliseconds