HomeSort by relevance Sort by last modified time
    Searched defs:SI_TKILL (Results 1 - 6 of 6) sorted by null

  /external/strace/xlat/
siginfo_codes.h 23 #if !(defined(SI_TKILL) || (defined(HAVE_DECL_SI_TKILL) && HAVE_DECL_SI_TKILL))
24 # define SI_TKILL -6
50 XLAT(SI_TKILL),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 133 SI_TKILL = -6, /* Sent by tkill. */
134 # define SI_TKILL SI_TKILL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 133 SI_TKILL = -6, /* Sent by tkill. */
134 # define SI_TKILL SI_TKILL
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 136 #define SI_TKILL - 6
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 166 #define SI_TKILL -6 /* sent by tkill system call */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 155 #define SI_TKILL -6 /* sent by tkill system call */

Completed in 279 milliseconds