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

1 2

  /external/strace/xlat/
itimer_which.h 13 #if defined(ITIMER_VIRTUAL) || (defined(HAVE_DECL_ITIMER_VIRTUAL) && HAVE_DECL_ITIMER_VIRTUAL)
15 static_assert((ITIMER_VIRTUAL) == (1), "ITIMER_VIRTUAL != 1");
18 # define ITIMER_VIRTUAL 1
39 [ITIMER_VIRTUAL] = XLAT(ITIMER_VIRTUAL),
  /external/linux-kselftest/tools/testing/selftests/timers/
posix_timers.c 25 /* Busy loop in userspace to elapse ITIMER_VIRTUAL */
88 if (which == ITIMER_VIRTUAL)
99 if (which == ITIMER_VIRTUAL)
118 if (which == ITIMER_VIRTUAL)
197 if (check_itimer(ITIMER_VIRTUAL) < 0)
  /bionic/libc/kernel/uapi/linux/
time.h 38 #define ITIMER_VIRTUAL 1
  /bionic/tests/headers/posix/
sys_time_h.c 48 MACRO(ITIMER_VIRTUAL);
  /external/kernel-headers/original/uapi/linux/
time.h 32 #define ITIMER_VIRTUAL 1
  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct_task.c 67 setitimer(ITIMER_VIRTUAL, &it, NULL);
  /external/ltp/testcases/kernel/syscalls/getitimer/
getitimer01.c 40 ITIMER_VIRTUAL,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
13-1.c 73 ret = setitimer(ITIMER_VIRTUAL, &it, NULL);
77 "Failed to set interval timer for ITIMER_VIRTUAL");
112 ret = getitimer(ITIMER_VIRTUAL, &it);
116 "Failed to read ITIMER_VIRTUAL in child");
120 FAILED("Timer ITIMER_VIRTUAL was not reset in child");
  /external/libunwind/tests/
test-async-sig.c 160 setitimer (ITIMER_VIRTUAL, &interval, NULL);
179 setitimer (ITIMER_VIRTUAL, &interval, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
11-1.c 74 if (setitimer(ITIMER_VIRTUAL, &it, NULL)) {
75 perror("setitimer(ITIMER_VIRTUAL, ...)");
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
itimer.c 145 ITIMER_VIRTUAL
185 } else if (which == ITIMER_VIRTUAL) {
267 } else if (which == ITIMER_VIRTUAL) {
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 141 #define ITIMER_VIRTUAL 1
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 245 ITIMER_VIRTUAL = 1
IN.py 378 ITIMER_VIRTUAL = 1
STROPTS.py 375 ITIMER_VIRTUAL = 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 474 Sets given itimer (one of ITIMER_REAL, ITIMER_VIRTUAL\n\
558 ITIMER_VIRTUAL -- decrements only when the process is executing,\n\
562 Coupled with ITIMER_VIRTUAL, this timer is usually\n\
825 #ifdef ITIMER_VIRTUAL
826 x = PyLong_FromLong(ITIMER_VIRTUAL);
827 PyDict_SetItemString(d, "ITIMER_VIRTUAL", x);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_signal.py 402 raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL "
405 # disable ITIMER_VIRTUAL, this function shouldn't be called anymore
406 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
444 self.itimer = signal.ITIMER_VIRTUAL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 466 Sets given itimer (one of ITIMER_REAL, ITIMER_VIRTUAL\n\
550 ITIMER_VIRTUAL -- decrements only when the process is executing,\n\
554 Coupled with ITIMER_VIRTUAL, this timer is usually\n\
817 #ifdef ITIMER_VIRTUAL
818 x = PyLong_FromLong(ITIMER_VIRTUAL);
819 PyDict_SetItemString(d, "ITIMER_VIRTUAL", x);
  /external/python/cpython2/Lib/test/
test_signal.py 422 raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL "
425 # disable ITIMER_VIRTUAL, this function shouldn't be called anymore
426 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
464 self.itimer = signal.ITIMER_VIRTUAL
  /external/python/cpython2/Modules/
signalmodule.c 474 Sets given itimer (one of ITIMER_REAL, ITIMER_VIRTUAL\n\
558 ITIMER_VIRTUAL -- decrements only when the process is executing,\n\
562 Coupled with ITIMER_VIRTUAL, this timer is usually\n\
824 #ifdef ITIMER_VIRTUAL
825 x = PyLong_FromLong(ITIMER_VIRTUAL);
826 PyDict_SetItemString(d, "ITIMER_VIRTUAL", x);
  /external/python/cpython3/Lib/test/
test_signal.py 648 raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL "
651 # disable ITIMER_VIRTUAL, this function shouldn't be called anymore
652 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
679 self.itimer = signal.ITIMER_VIRTUAL
    [all...]
  /external/python/cpython3/Modules/
signalmodule.c 683 Sets given itimer (one of ITIMER_REAL, ITIMER_VIRTUAL or ITIMER_PROF).
1187 ITIMER_VIRTUAL -- decrements only when the process is executing,\n\
1191 Coupled with ITIMER_VIRTUAL, this timer is usually\n\
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 566 ITIMER_VIRTUAL = 1
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/syzkaller/sys/netbsd/gen/
amd64.go     [all...]

Completed in 866 milliseconds

1 2