Home
last modified time | relevance | path

Searched refs:ITIMER_REAL (Results 1 – 25 of 50) sorted by relevance

12

/external/strace/tests/
Dxetitimer.c45 F8ILL_KULONG_MASK | ITIMER_REAL; in main()
54 if (setitimer(ITIMER_REAL, p_new, NULL)) in main()
66 if (getitimer(ITIMER_REAL, p_old)) in main()
77 setitimer(ITIMER_REAL, p_new, p_old); in main()
92 rc = getitimer(ITIMER_REAL, efault); in main()
95 rc = setitimer(ITIMER_REAL, p_new, efault); in main()
105 rc = setitimer(ITIMER_REAL, efault, p_old); in main()
172 rc = setitimer(ITIMER_REAL, p_new, p_old); in main()
Dpause.c61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
Derestartsys.c67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
Drestart_syscall.c54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
/external/strace/tests-mx32/
Dxetitimer.c45 F8ILL_KULONG_MASK | ITIMER_REAL; in main()
54 if (setitimer(ITIMER_REAL, p_new, NULL)) in main()
66 if (getitimer(ITIMER_REAL, p_old)) in main()
77 setitimer(ITIMER_REAL, p_new, p_old); in main()
92 rc = getitimer(ITIMER_REAL, efault); in main()
95 rc = setitimer(ITIMER_REAL, p_new, efault); in main()
105 rc = setitimer(ITIMER_REAL, efault, p_old); in main()
172 rc = setitimer(ITIMER_REAL, p_new, p_old); in main()
Dpause.c61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
Derestartsys.c67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
Drestart_syscall.c54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
/external/strace/tests-m32/
Dxetitimer.c45 F8ILL_KULONG_MASK | ITIMER_REAL; in main()
54 if (setitimer(ITIMER_REAL, p_new, NULL)) in main()
66 if (getitimer(ITIMER_REAL, p_old)) in main()
77 setitimer(ITIMER_REAL, p_new, p_old); in main()
92 rc = getitimer(ITIMER_REAL, efault); in main()
95 rc = setitimer(ITIMER_REAL, p_new, efault); in main()
105 rc = setitimer(ITIMER_REAL, efault, p_old); in main()
172 rc = setitimer(ITIMER_REAL, p_new, p_old); in main()
Dpause.c61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
Derestartsys.c67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
Drestart_syscall.c54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
/external/linux-kselftest/tools/testing/selftests/timers/
Dposix_timers.c92 else if (which == ITIMER_REAL) in check_itimer()
103 else if (which == ITIMER_REAL) in check_itimer()
122 else if (which == ITIMER_REAL) in check_itimer()
203 if (check_itimer(ITIMER_REAL) < 0) in main()
/external/strace/xlat/
Ditimer_which.h11 #if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL)
12 XLAT(ITIMER_REAL),
Ditimer_which.in1 ITIMER_REAL
/external/toybox/toys/other/
Dtimeout.c51 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf);
69 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in timeout_main()
/external/ltp/testcases/kernel/syscalls/setitimer/
Dsetitimer01.c107 TEST(setitimer(ITIMER_REAL, value, ovalue)); in main()
122 if ((setitimer(ITIMER_REAL, value, ovalue)) == -1) { in main()
Dsetitimer02.c101 TEST(setitimer(ITIMER_REAL, value, (struct itimerval *)-1)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D13-1.c74 ret = setitimer(ITIMER_REAL, &it, NULL); in main()
109 ret = getitimer(ITIMER_REAL, &it); in main()
/external/kernel-headers/original/uapi/linux/
Dtime.h30 #define ITIMER_REAL 0 macro
/external/strace/
Dcount.c82 setitimer(ITIMER_REAL, &it, NULL); in count_syscall()
83 getitimer(ITIMER_REAL, &it); in count_syscall()
/external/ltp/testcases/kernel/syscalls/getitimer/
Dgetitimer02.c54 TEST(getitimer(ITIMER_REAL, (struct itimerval *)-1)); in main()
Dgetitimer01.c39 ITIMER_REAL,
/external/libcxx/test/std/thread/thread.threads/thread.thread.this/
Dsleep_for.pass.cpp43 ec = setitimer(ITIMER_REAL, &it, nullptr); in main()
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c54 setitimer(ITIMER_REAL, &val, NULL); in cpu_soak_usecs()

12