HomeSort by relevance Sort by last modified time
    Searched refs:SI_QUEUE (Results 1 - 25 of 27) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-37-buildonly.c 2 Test that the SI_QUEUE macro is defined.
7 #ifndef SI_QUEUE
8 #error SI_QUEUE not defined
  /external/strace/xlat/
siginfo_codes.h 8 #if !(defined(SI_QUEUE) || (defined(HAVE_DECL_SI_QUEUE) && HAVE_DECL_SI_QUEUE))
9 # define SI_QUEUE -1
45 XLAT(SI_QUEUE),
  /external/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
rt_sigqueueinfo01.c 86 uinfo.si_code = SI_QUEUE;
  /external/valgrind/memcheck/tests/linux/
sigqueue.c 29 si->si_code = SI_QUEUE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 143 SI_QUEUE, /* Sent by sigqueue. */
144 # define SI_QUEUE SI_QUEUE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 143 SI_QUEUE, /* Sent by sigqueue. */
144 # define SI_QUEUE SI_QUEUE
  /external/strace/tests/
rt_tgsigqueueinfo.c 65 info->si_code = SI_QUEUE;
76 ", si_code=SI_QUEUE, si_errno=ENOENT, si_pid=%u"
  /external/strace/tests-m32/
rt_tgsigqueueinfo.c 65 info->si_code = SI_QUEUE;
76 ", si_code=SI_QUEUE, si_errno=ENOENT, si_pid=%u"
  /external/strace/tests-mx32/
rt_tgsigqueueinfo.c 65 info->si_code = SI_QUEUE;
76 ", si_code=SI_QUEUE, si_errno=ENOENT, si_pid=%u"
  /external/e2fsprogs/e2fsck/
sigcatcher.c 153 #ifdef SI_QUEUE
154 DEFINE_ENTRY(SI_QUEUE)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 131 #define SI_QUEUE - 1
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 161 #define SI_QUEUE -1 /* sent by sigqueue */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 150 #define SI_QUEUE -1 /* sent by sigqueue */
  /system/core/debuggerd/libdebuggerd/
utility.cpp 262 if (si_code == SI_USER || si_code == SI_QUEUE || si_code == SI_TKILL) {
396 case SI_QUEUE: return "SI_QUEUE";
  /external/minijail/linux-x86/
libconstants.gen.c     [all...]
  /bionic/tests/headers/posix/
signal_h.c 194 i = SI_QUEUE;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 174 SI_QUEUE = -1
FILE.py 130 SI_QUEUE = -1
  /system/core/debuggerd/handler/
debuggerd_fallback.cpp 261 siginfo.si_code = SI_QUEUE;
  /bionic/libc/bionic/
signal.cpp 215 info.si_code = SI_QUEUE;
  /art/runtime/
runtime_common.cc 118 case SI_QUEUE: return "SI_QUEUE";
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 509 SI_QUEUE = (-2)
571 def SI_CANQUEUE(c): return ((c) <= SI_QUEUE)
STROPTS.py 506 SI_QUEUE = (-2)
568 def SI_CANQUEUE(c): return ((c) <= SI_QUEUE)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 477 PHPBN2(SI_QUEUE);
  /bionic/tests/
signal_test.cpp 585 ASSERT_EQ(SI_QUEUE, info->si_code);

Completed in 743 milliseconds

1 2