/external/strace/tests/ |
D | xetitimer.c | 45 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()
|
D | pause.c | 61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | erestartsys.c | 67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | restart_syscall.c | 54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
/external/strace/tests-mx32/ |
D | xetitimer.c | 45 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()
|
D | pause.c | 61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | erestartsys.c | 67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | restart_syscall.c | 54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
/external/strace/tests-m32/ |
D | xetitimer.c | 45 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()
|
D | pause.c | 61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | erestartsys.c | 67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | restart_syscall.c | 54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | posix_timers.c | 92 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/ |
D | itimer_which.h | 11 #if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL) 12 XLAT(ITIMER_REAL),
|
D | itimer_which.in | 1 ITIMER_REAL
|
/external/toybox/toys/other/ |
D | timeout.c | 51 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); 69 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in timeout_main()
|
/external/ltp/testcases/kernel/syscalls/setitimer/ |
D | setitimer01.c | 107 TEST(setitimer(ITIMER_REAL, value, ovalue)); in main() 122 if ((setitimer(ITIMER_REAL, value, ovalue)) == -1) { in main()
|
D | setitimer02.c | 101 TEST(setitimer(ITIMER_REAL, value, (struct itimerval *)-1)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 13-1.c | 74 ret = setitimer(ITIMER_REAL, &it, NULL); in main() 109 ret = getitimer(ITIMER_REAL, &it); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 30 #define ITIMER_REAL 0 macro
|
/external/strace/ |
D | count.c | 82 setitimer(ITIMER_REAL, &it, NULL); in count_syscall() 83 getitimer(ITIMER_REAL, &it); in count_syscall()
|
/external/ltp/testcases/kernel/syscalls/getitimer/ |
D | getitimer02.c | 54 TEST(getitimer(ITIMER_REAL, (struct itimerval *)-1)); in main()
|
D | getitimer01.c | 39 ITIMER_REAL,
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.this/ |
D | sleep_for.pass.cpp | 43 ec = setitimer(ITIMER_REAL, &it, nullptr); in main()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/ |
D | null_syscall.c | 54 setitimer(ITIMER_REAL, &val, NULL); in cpu_soak_usecs()
|