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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-38-buildonly.c 2 Test that the SI_TIMER macro is defined.
7 #ifndef SI_TIMER
8 #error SI_TIMER not defined
  /external/strace/xlat/
siginfo_codes.h 11 #if !(defined(SI_TIMER) || (defined(HAVE_DECL_SI_TIMER) && HAVE_DECL_SI_TIMER))
12 # define SI_TIMER -2
46 XLAT(SI_TIMER),
  /bionic/libc/kernel/uapi/asm-mips/asm/
siginfo.h 95 #undef SI_TIMER
98 #define SI_TIMER - 3
  /external/kernel-headers/original/uapi/asm-mips/asm/
siginfo.h 121 #undef SI_TIMER
124 #define SI_TIMER -3 /* sent by timer expiration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 141 SI_TIMER, /* Sent by timer expiration. */
142 # define SI_TIMER SI_TIMER
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 141 SI_TIMER, /* Sent by timer expiration. */
142 # define SI_TIMER SI_TIMER
  /external/e2fsprogs/e2fsck/
sigcatcher.c 150 #ifdef SI_TIMER
151 DEFINE_ENTRY(SI_TIMER)
  /bionic/libc/bionic/
posix_timers.cpp 84 if (si.si_code == SI_TIMER) {
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 132 #define SI_TIMER - 2
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 162 #define SI_TIMER -2 /* sent by timer expiration */
  /external/strace/
printsiginfo.c 156 case SI_TIMER:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 151 #define SI_TIMER __SI_CODE(__SI_TIMER,-2) /* sent by timer expiration */
  /external/minijail/linux-x86/
libconstants.gen.c     [all...]
  /bionic/tests/headers/posix/
signal_h.c 195 i = SI_TIMER;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 176 SI_TIMER = -3
FILE.py 132 SI_TIMER = -3
  /system/core/debuggerd/libdebuggerd/
utility.cpp 397 case SI_TIMER: return "SI_TIMER";
  /art/runtime/
runtime_common.cc 119 case SI_TIMER: return "SI_TIMER";
  /external/strace/tests/
ptrace.c 361 sip->si_code = SI_TIMER;
369 ", si_code=SI_TIMER, si_errno=ENOENT, si_timerid=%#x"
  /external/strace/tests-m32/
ptrace.c 361 sip->si_code = SI_TIMER;
369 ", si_code=SI_TIMER, si_errno=ENOENT, si_timerid=%#x"
  /external/strace/tests-mx32/
ptrace.c 361 sip->si_code = SI_TIMER;
369 ", si_code=SI_TIMER, si_errno=ENOENT, si_timerid=%#x"
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 479 PHPBN2(SI_TIMER);
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 510 SI_TIMER = (-3)
STROPTS.py 507 SI_TIMER = (-3)
    [all...]

Completed in 914 milliseconds