/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/strace/tests/ |
D | xetitimer.c | 49 if (setitimer(ITIMER_REAL, &new.itv, &old.itv)) in main() 65 if (getitimer(ITIMER_REAL, &old.itv)) 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 | 53 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
/external/strace/tests-mx32/ |
D | xetitimer.c | 49 if (setitimer(ITIMER_REAL, &new.itv, &old.itv)) in main() 65 if (getitimer(ITIMER_REAL, &old.itv)) 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 | 53 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | nanosleep.c | 79 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
/external/strace/tests-m32/ |
D | xetitimer.c | 49 if (setitimer(ITIMER_REAL, &new.itv, &old.itv)) in main() 65 if (getitimer(ITIMER_REAL, &old.itv)) 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 | 53 if (setitimer(ITIMER_REAL, &itv, NULL)) in 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/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/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/strace/ |
D | count.c | 81 setitimer(ITIMER_REAL, &it, NULL); in count_syscall() 82 getitimer(ITIMER_REAL, &it); in count_syscall()
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 30 #define ITIMER_REAL 0 macro
|
/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()
|