Home
last modified time | relevance | path

Searched refs:ITIMER_REAL (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Ditimer_which.h4 #if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL)
5 XLAT(ITIMER_REAL),
Ditimer_which.in1 ITIMER_REAL
/external/toybox/toys/other/
Dtimeout.c50 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf);
70 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in timeout_main()
/external/kernel-headers/original/uapi/linux/
Dtime.h30 #define ITIMER_REAL 0 macro
/external/strace/
Dcount.c85 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/
Dsleep_for.pass.cpp40 ec = setitimer(ITIMER_REAL, &it, nullptr); in main()
/external/llvm/lib/Fuzzer/
DFuzzerUtil.cpp55 int Res = setitimer(ITIMER_REAL, &T, nullptr); in SetTimer()
/external/fio/os/
Dos-mac.h92 rc = setitimer(ITIMER_REAL, &tv, &tv_out); in timer_settime()
/external/squashfs-tools/squashfs-tools/
Dprogressbar.c199 setitimer(ITIMER_REAL, &itimerval, NULL); in progress_thrd()
Dunsquashfs.c2145 setitimer(ITIMER_REAL, &itimerval, NULL); in progress_thread()
/external/iputils/
Dping_common.c436 setitimer(ITIMER_REAL, &it, NULL); in __schedule_exit()
713 setitimer(ITIMER_REAL, &it, NULL); in setup()
/external/netperf/
Dnetlib.c326 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()