Searched refs:ITIMER_REAL (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | itimer_which.h | 4 #if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL) 5 XLAT(ITIMER_REAL),
|
D | itimer_which.in | 1 ITIMER_REAL
|
/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/kernel-headers/original/uapi/linux/ |
D | time.h | 30 #define ITIMER_REAL 0 macro
|
/external/strace/ |
D | count.c | 85 setitimer(ITIMER_REAL, &it, NULL); in count_syscall() 86 getitimer(ITIMER_REAL, &it); in count_syscall()
|
/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/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/iputils/ |
D | ping_common.c | 436 setitimer(ITIMER_REAL, &it, NULL); in __schedule_exit() 713 setitimer(ITIMER_REAL, &it, NULL); in setup()
|
/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()
|