/external/strace/xlat/ |
D | itimer_which.h | 6 #if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL) 8 static_assert((ITIMER_REAL) == (0), "ITIMER_REAL != 0"); 11 # define ITIMER_REAL 0 38 [ITIMER_REAL] = XLAT(ITIMER_REAL),
|
D | itimer_which.in | 2 ITIMER_REAL 0
|
/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/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 | 66 ret = setitimer(ITIMER_REAL, &it, NULL); in main() 101 ret = getitimer(ITIMER_REAL, &it); in main()
|
/external/toybox/toys/other/ |
D | timeout.c | 52 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in handler() 85 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in timeout_main()
|
/external/python/cpython3/Lib/test/ |
D | test_signal.py | 667 signal.setitimer, signal.ITIMER_REAL, -1) 670 self.itimer = signal.ITIMER_REAL 722 self.itimer = signal.ITIMER_REAL 1069 signal.setitimer(signal.ITIMER_REAL, 1e-6) 1071 self.addCleanup(signal.setitimer, signal.ITIMER_REAL, 0) 1112 signal.setitimer(signal.ITIMER_REAL, 1e-6 + random.random() * 1e-5) 1164 signal.setitimer(signal.ITIMER_REAL, 1e-6 + random.random() * 1e-5)
|
/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/kernel-headers/original/uapi/linux/ |
D | time.h | 31 #define ITIMER_REAL 0 macro
|
/external/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/ |
D | sleep_for.pass.cpp | 55 ec = setitimer(ITIMER_REAL, &it, nullptr); in main()
|
/external/python/cpython2/Lib/test/ |
D | test_signal.py | 449 signal.setitimer, signal.ITIMER_REAL, -1) 452 self.itimer = signal.ITIMER_REAL 510 self.itimer = signal.ITIMER_REAL
|