/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 | 91 else if (which == ITIMER_REAL) in check_itimer() 102 else if (which == ITIMER_REAL) in check_itimer() 121 else if (which == ITIMER_REAL) in check_itimer() 202 if (check_itimer(ITIMER_REAL) < 0) in main()
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | signals-blocked.cpp | 37 if (setitimer(ITIMER_REAL, &t, 0)) { in thr() 47 if (setitimer(ITIMER_REAL, &t, 0)) { in thr()
|
/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()
|
/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/igt-gpu-tools/lib/i915/ |
D | gem_ring.c | 87 setitimer(ITIMER_REAL, &itv, NULL); in __gem_measure_ring_inflight() 109 setitimer(ITIMER_REAL, &itv, NULL); in __gem_measure_ring_inflight()
|
/external/python/cpython3/Lib/test/ |
D | test_signal.py | 722 signal.setitimer, signal.ITIMER_REAL, -1) 725 self.itimer = signal.ITIMER_REAL 777 self.itimer = signal.ITIMER_REAL 1139 signal.setitimer(signal.ITIMER_REAL, 1e-6) 1141 self.addCleanup(signal.setitimer, signal.ITIMER_REAL, 0) 1182 signal.setitimer(signal.ITIMER_REAL, 1e-6 + random.random() * 1e-5) 1234 signal.setitimer(signal.ITIMER_REAL, 1e-6 + random.random() * 1e-5)
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 42 #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/llvm-project/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/ |
D | sleep_for.signals.pass.cpp | 58 ec = setitimer(ITIMER_REAL, &it, nullptr); in main()
|