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

1 2 3 4

  /external/strace/xlat/
itimer_which.h 11 #if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL)
12 XLAT(ITIMER_REAL),
  /toolchain/binutils/binutils-2.27/gprof/
hertz.c 46 setitimer (ITIMER_REAL, &tim, 0);
47 setitimer (ITIMER_REAL, 0, &tim);
  /external/strace/tests/
xetitimer.c 45 F8ILL_KULONG_MASK | ITIMER_REAL;
54 if (setitimer(ITIMER_REAL, p_new, NULL))
56 printf("setitimer(ITIMER_REAL"
66 if (getitimer(ITIMER_REAL, p_old))
68 printf("getitimer(ITIMER_REAL"
77 setitimer(ITIMER_REAL, p_new, p_old);
78 printf("setitimer(ITIMER_REAL"
92 rc = getitimer(ITIMER_REAL, efault);
93 printf("getitimer(ITIMER_REAL, %p) = %s\n", efault, sprintrc(rc));
95 rc = setitimer(ITIMER_REAL, p_new, efault)
    [all...]
pause.c 61 if (setitimer(ITIMER_REAL, &itv, NULL))
erestartsys.c 67 if (setitimer(ITIMER_REAL, &itv, NULL))
restart_syscall.c 54 if (setitimer(ITIMER_REAL, &itv, NULL))
  /external/strace/tests-m32/
xetitimer.c 45 F8ILL_KULONG_MASK | ITIMER_REAL;
54 if (setitimer(ITIMER_REAL, p_new, NULL))
56 printf("setitimer(ITIMER_REAL"
66 if (getitimer(ITIMER_REAL, p_old))
68 printf("getitimer(ITIMER_REAL"
77 setitimer(ITIMER_REAL, p_new, p_old);
78 printf("setitimer(ITIMER_REAL"
92 rc = getitimer(ITIMER_REAL, efault);
93 printf("getitimer(ITIMER_REAL, %p) = %s\n", efault, sprintrc(rc));
95 rc = setitimer(ITIMER_REAL, p_new, efault)
    [all...]
pause.c 61 if (setitimer(ITIMER_REAL, &itv, NULL))
erestartsys.c 67 if (setitimer(ITIMER_REAL, &itv, NULL))
restart_syscall.c 54 if (setitimer(ITIMER_REAL, &itv, NULL))
  /external/strace/tests-mx32/
xetitimer.c 45 F8ILL_KULONG_MASK | ITIMER_REAL;
54 if (setitimer(ITIMER_REAL, p_new, NULL))
56 printf("setitimer(ITIMER_REAL"
66 if (getitimer(ITIMER_REAL, p_old))
68 printf("getitimer(ITIMER_REAL"
77 setitimer(ITIMER_REAL, p_new, p_old);
78 printf("setitimer(ITIMER_REAL"
92 rc = getitimer(ITIMER_REAL, efault);
93 printf("getitimer(ITIMER_REAL, %p) = %s\n", efault, sprintrc(rc));
95 rc = setitimer(ITIMER_REAL, p_new, efault)
    [all...]
pause.c 61 if (setitimer(ITIMER_REAL, &itv, NULL))
erestartsys.c 67 if (setitimer(ITIMER_REAL, &itv, NULL))
  /bionic/libc/upstream-openbsd/lib/libc/gen/
alarm.c 43 if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
  /bionic/libc/kernel/uapi/linux/
time.h 37 #define ITIMER_REAL 0
  /external/kernel-headers/original/uapi/linux/
time.h 31 #define ITIMER_REAL 0
  /external/linux-kselftest/tools/testing/selftests/timers/
posix_timers.c 47 * Sleep until ITIMER_REAL expiration.
92 else if (which == ITIMER_REAL)
103 else if (which == ITIMER_REAL)
122 else if (which == ITIMER_REAL)
203 if (check_itimer(ITIMER_REAL) < 0)
  /external/ltp/testcases/kernel/syscalls/setitimer/
setitimer01.c 104 * ITIMER_REAL = 0, ITIMER_VIRTUAL = 1 and ITIMER_PROF = 2
107 TEST(setitimer(ITIMER_REAL, value, ovalue));
122 if ((setitimer(ITIMER_REAL, value, ovalue)) == -1) {
  /external/toybox/toys/other/
timeout.c 51 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf);
69 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf);
  /system/core/libmemunreachable/
ScopedAlarm.h 41 setitimer(ITIMER_REAL, &t, NULL);
45 setitimer(ITIMER_REAL, &t, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
time.h 96 ITIMER_REAL = 0,
97 #define ITIMER_REAL ITIMER_REAL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
time.h 96 ITIMER_REAL = 0,
97 #define ITIMER_REAL ITIMER_REAL
  /bionic/tests/headers/posix/
sys_time_h.c 47 MACRO(ITIMER_REAL);
  /external/ltp/testcases/kernel/syscalls/getitimer/
getitimer01.c 39 ITIMER_REAL,
getitimer02.c 54 TEST(getitimer(ITIMER_REAL, (struct itimerval *)-1));

Completed in 677 milliseconds

1 2 3 4