HomeSort by relevance Sort by last modified time
    Searched refs:getitimer (Results 26 - 50 of 70) sorted by null

12 3

  /external/strace/linux/32/
syscallent.h 110 [102] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/64/
syscallent.h 103 [102] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/avr32/
syscallent.h 134 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/hppa/
syscallent.h 111 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/ia64/
syscallent.h 125 [1119] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/x86_64/
syscallent.h 37 [ 36] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/xtensa/
syscallent.h 131 [135] = { 2, 0, SEN(getitimer), "getitimer" },
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 108 /* auxiliary functions for setitimer/getitimer */
490 if (!PyArg_ParseTuple(args, "i:getitimer", &which))
493 if (getitimer(which, &old) != 0) {
502 "getitimer(which)\n\
517 {"getitimer", signal_getitimer, METH_VARARGS, getitimer_doc},
543 getitimer() -- get current value of timer [Unix only]\n\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 108 /* auxiliary functions for setitimer/getitimer */
482 if (!PyArg_ParseTuple(args, "i:getitimer", &which))
485 if (getitimer(which, &old) != 0) {
494 "getitimer(which)\n\
509 {"getitimer", signal_getitimer, METH_VARARGS, getitimer_doc},
535 getitimer() -- get current value of timer [Unix only]\n\
  /external/python/cpython2/Modules/
signalmodule.c 101 /* auxiliary functions for setitimer/getitimer */
490 if (!PyArg_ParseTuple(args, "i:getitimer", &which))
493 if (getitimer(which, &old) != 0) {
502 "getitimer(which)\n\
517 {"getitimer", signal_getitimer, METH_VARARGS, getitimer_doc},
543 getitimer() -- get current value of timer [Unix only]\n\
  /external/strace/linux/arm/
syscallent.h 135 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/i386/
syscallent.h 135 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/m68k/
syscallent.h 135 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/mips/
syscallent-n32.h 38 [6035] = { 2, 0, SEN(getitimer), "getitimer" },
syscallent-n64.h 38 [5035] = { 2, 0, SEN(getitimer), "getitimer" },
syscallent-o32.h 109 [4105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/powerpc/
syscallent.h 135 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/powerpc64/
syscallent.h 135 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/s390/
syscallent.h 137 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/s390x/
syscallent.h 131 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/sh/
syscallent.h 137 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/sh64/
syscallent.h 135 [105] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/sparc/
syscallent.h 87 [ 86] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/sparc64/
syscallent.h 85 [ 86] = { 2, 0, SEN(getitimer), "getitimer" },
  /external/strace/linux/alpha/
syscallent.h 328 [361] = { 2, 0, SEN(getitimer), "getitimer" },

Completed in 1587 milliseconds

12 3