Home
last modified time | relevance | path

Searched refs:SI_TIMER (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Dsiginfo_codes.h35 #if defined(SI_TIMER) || (defined(HAVE_DECL_SI_TIMER) && HAVE_DECL_SI_TIMER)
37 static_assert((SI_TIMER) == (-3), "SI_TIMER != -3");
40 # define SI_TIMER -3
50 #if defined(SI_TIMER) || (defined(HAVE_DECL_SI_TIMER) && HAVE_DECL_SI_TIMER)
52 static_assert((SI_TIMER) == (-2), "SI_TIMER != -2");
55 # define SI_TIMER -2
119 XLAT(SI_TIMER),
122 XLAT(SI_TIMER),
Dsiginfo_codes.in7 SI_TIMER -3
10 SI_TIMER -2
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-38-buildonly.c7 #ifndef SI_TIMER
8 #error SI_TIMER not defined
Dsigmacrolist.txt38 SI_TIMER
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsiginfo.h26 #undef SI_TIMER
29 #define SI_TIMER -3 /* sent by timer expiration */ macro
/external/e2fsprogs/e2fsck/
Dsigcatcher.c150 #ifdef SI_TIMER
151 DEFINE_ENTRY(SI_TIMER)
/external/v8/src/trap-handler/
Dhandler-inside-linux.cc39 info->si_code != SI_QUEUE && info->si_code != SI_TIMER && in IsKernelGeneratedSignal()
/external/minijail/linux-x86/
Dlibconstants.gen.c1214 #ifdef SI_TIMER
1215 { "SI_TIMER", (unsigned long) SI_TIMER },
/external/strace/
Dprintsiginfo.c153 case SI_TIMER: in print_si_info()
DChangeLog-CVS5580 (printsiginfo): Conditionally compile SI_TIMER and SI_MESGQ.
DChangeLog4324 * xlat/siginfo_codes.in [mips] (SI_ASYNCIO, SI_TIMER, SI_MESGQ): Define
41009 * signal.c (printsiginfo) [SI_TIMER]: Check HAVE_SIGINFO_T_SI_TIMERID
43935 Improve SI_TIMER decoding.
43936 Decode siginfo_t more clearly for si_code SI_TIMER.
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h171 #define SI_TIMER -2 /* sent by timer expiration */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py176 SI_TIMER = -3 variable
DFILE.py132 SI_TIMER = -3 variable
/external/strace/tests/
Dptrace.c382 sip->si_code = SI_TIMER; in main()
/external/strace/tests-m32/
Dptrace.c382 sip->si_code = SI_TIMER; in main()
/external/strace/tests-mx32/
Dptrace.c382 sip->si_code = SI_TIMER; in main()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py510 SI_TIMER = (-3) variable
DSTROPTS.py507 SI_TIMER = (-3) variable