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

1 2

  /external/strace/xlat/
itimer_which.h 14 #if defined(ITIMER_VIRTUAL) || (defined(HAVE_DECL_ITIMER_VIRTUAL) && HAVE_DECL_ITIMER_VIRTUAL)
15 XLAT(ITIMER_VIRTUAL),
  /bionic/libc/kernel/uapi/linux/
time.h 38 #define ITIMER_VIRTUAL 1
  /external/kernel-headers/original/uapi/linux/
time.h 32 #define ITIMER_VIRTUAL 1
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
time.h 99 ITIMER_VIRTUAL = 1,
100 #define ITIMER_VIRTUAL ITIMER_VIRTUAL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
time.h 99 ITIMER_VIRTUAL = 1,
100 #define ITIMER_VIRTUAL ITIMER_VIRTUAL
  /bionic/tests/headers/posix/
sys_time_h.c 48 MACRO(ITIMER_VIRTUAL);
  /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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 39 #define ITIMER_VIRTUAL 1
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
13-1.c 81 ret = setitimer(ITIMER_VIRTUAL, &it, NULL);
85 "Failed to set interval timer for ITIMER_VIRTUAL");
120 ret = getitimer(ITIMER_VIRTUAL, &it);
124 "Failed to read ITIMER_VIRTUAL in child");
128 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 75 if (setitimer(ITIMER_VIRTUAL, &it, NULL)) {
76 perror("setitimer(ITIMER_VIRTUAL, ...)");
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go 99 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_openbsd.go 96 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_arm_linux.go 114 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_freebsd.go 120 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_linux.go 104 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_netbsd.go 100 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_solaris.go 108 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly.go 99 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_openbsd.go 96 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_arm_linux.go 114 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
defs_freebsd.go 120 ITIMER_VIRTUAL = C.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) {

Completed in 382 milliseconds

1 2