/external/toybox/toys/other/ |
D | timeout.c | 50 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); 70 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in timeout_main()
|
/external/compiler-rt/test/msan/ |
D | signal_stress_test.cc | 45 setitimer(ITIMER_PROF, &itv, NULL); in main() 67 setitimer(ITIMER_PROF, &itv, NULL); in main()
|
/external/libunwind/tests/ |
D | test-async-sig.c | 160 setitimer (ITIMER_VIRTUAL, &interval, NULL); in sighandler() 179 setitimer (ITIMER_VIRTUAL, &interval, NULL); in main()
|
/external/compiler-rt/test/tsan/ |
D | signal_thread.cc | 35 if (setitimer(ITIMER_PROF, &t, 0)) { in main()
|
D | signal_sync.cc | 41 if (setitimer(ITIMER_PROF, &t, 0)) { in main()
|
D | signal_reset.cc | 55 if (setitimer(ITIMER_PROF, &t, 0)) { in main()
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.this/ |
D | sleep_for.pass.cpp | 40 ec = setitimer(ITIMER_REAL, &it, nullptr); in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | uar_signals.cc | 36 if (setitimer(ITIMER_PROF, &timer, 0) != 0) { in EnableSigprof()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerUtil.cpp | 55 int Res = setitimer(ITIMER_REAL, &T, nullptr); in SetTimer()
|
/external/fio/os/ |
D | os-mac.h | 92 rc = setitimer(ITIMER_REAL, &tv, &tv_out); in timer_settime()
|
/external/squashfs-tools/squashfs-tools/ |
D | progressbar.c | 199 setitimer(ITIMER_REAL, &itimerval, NULL); in progress_thrd()
|
D | unsquashfs.c | 2145 setitimer(ITIMER_REAL, &itimerval, NULL); in progress_thread()
|
/external/strace/ |
D | count.c | 85 setitimer(ITIMER_REAL, &it, NULL); in count_syscall()
|
D | sys_func.h | 225 extern SYS_FUNC(setitimer);
|
D | time.c | 340 SYS_FUNC(setitimer) in SYS_FUNC() argument
|
/external/iputils/ |
D | ping_common.c | 436 setitimer(ITIMER_REAL, &it, NULL); in __schedule_exit() 713 setitimer(ITIMER_REAL, &it, NULL); in setup()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 387 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in SetSigprofActionAndTimer() 402 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in DisableSigprofActionAndTimer()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-death-test_test.cc | 389 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in SetSigprofActionAndTimer() 404 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in DisableSigprofActionAndTimer()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 785 /// int setitimer(int which, const struct itimerval *value, 787 TLI_DEFINE_ENUM_INTERNAL(setitimer) 788 TLI_DEFINE_STRING_INTERNAL("setitimer")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 252 TLI.setUnavailable(LibFunc::setitimer); in initialize()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 1161 Syscall param setitimer(which) contains uninitialised byte(s) 1165 Syscall param setitimer(value) contains uninitialised byte(s) 1169 Syscall param setitimer(ovalue) contains uninitialised byte(s) 1173 Syscall param setitimer(&value->it_interval) points to unaddressable byte(s) 1178 Syscall param setitimer(&value->it_value) points to unaddressable byte(s) 1183 Syscall param setitimer(&ovalue->it_interval) points to unaddressable byte(s) 1188 Syscall param setitimer(&ovalue->it_value) points to unaddressable byte(s)
|
/external/netperf/ |
D | netlib.c | 326 if (setitimer(ITIMER_REAL,&new_interval,&old_interval) != 0) { in stop_itimer() 1056 if (setitimer(ITIMER_REAL,&new_interval,&old_interval) != 0) { in start_itimer()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2050 res = setitimer(ITIMER_VIRTUAL, &it1, &it2); in TEST() 2059 res = setitimer(ITIMER_VIRTUAL, &it1, 0); in TEST() 2064 setitimer(ITIMER_VIRTUAL, 0, 0); in TEST()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1000 case LibFunc::setitimer: in inferPrototypeAttributes()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1455 INTERCEPTOR(int, setitimer, int which, const void *new_value, void *old_value) { 1457 COMMON_INTERCEPTOR_ENTER(ctx, setitimer, which, new_value, old_value); 1463 int res = REAL(setitimer)(which, new_value, old_value); 1471 COMMON_INTERCEPT_FUNCTION(setitimer);
|