Home
last modified time | relevance | path

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

12

/dragonfly/usr.sbin/ppp/
H A Dtimer.c101 if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0) in timer_Start()
165 if (getitimer(ITIMER_REAL, &itimer) == 0) in StopTimerNoBlock()
244 if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0) in timer_Show()
281 if (setitimer(ITIMER_REAL, &itimer, NULL) == -1) in timer_InitService()
293 if (setitimer(ITIMER_REAL, &itimer, NULL) == -1) in timer_TermService()
/dragonfly/contrib/binutils-2.34/gprof/
H A Dhertz.c46 setitimer (ITIMER_REAL, &tim, 0); in hertz()
47 setitimer (ITIMER_REAL, 0, &tim); in hertz()
/dragonfly/contrib/binutils-2.27/gprof/
H A Dhertz.c46 setitimer (ITIMER_REAL, &tim, 0); in hertz()
47 setitimer (ITIMER_REAL, 0, &tim); in hertz()
/dragonfly/usr.bin/talk/
H A Dmsgs.c62 setitimer(ITIMER_REAL, &itimer, NULL); in start_msgs()
72 setitimer(ITIMER_REAL, &itimer, NULL); in end_msgs()
H A Dinvite.c85 setitimer(ITIMER_REAL, &itimer, NULL); in invite_remote()
/dragonfly/test/testcases/posixipc/common/
H A Dcommon.c155 if (setitimer(ITIMER_REAL, &it, NULL) < 0) { in schedule_post()
169 setitimer(ITIMER_REAL, &it, NULL); in check_alarm()
174 if (setitimer(ITIMER_REAL, &it, NULL) < 0) { in check_alarm()
/dragonfly/games/atc/
H A Dmain.c170 setitimer(ITIMER_REAL, &itv, NULL); in main()
178 setitimer(ITIMER_REAL, &itv, NULL); in main()
186 setitimer(ITIMER_REAL, &itv, NULL); in main()
H A Dgraphics.c297 setitimer(ITIMER_REAL, &itv, NULL); in quit()
356 setitimer(ITIMER_REAL, &itv, NULL); in loser()
H A Dinput.c325 setitimer(ITIMER_REAL, &itv, NULL); in gettoken()
356 setitimer(ITIMER_REAL, &itv, NULL); in gettoken()
/dragonfly/tools/regression/p1003_1b/
H A Dfifo.c157 if (setitimer(ITIMER_REAL, &itimerval, 0) == -1) { in fifo()
207 if (setitimer(ITIMER_REAL, &itimerval, 0) == -1) { in fifo()
/dragonfly/lib/libc/gen/
H A Dalarm.c48 if (setitimer(ITIMER_REAL, itp, &oitv) < 0) in alarm()
H A Dualarm.c53 if (setitimer(ITIMER_REAL, &new, &old) == 0) in ualarm()
/dragonfly/lib/libc/gmon/
H A Dgmon.c235 setitimer(ITIMER_REAL, &tim, 0); in hertz()
236 setitimer(ITIMER_REAL, 0, &tim); in hertz()
/dragonfly/usr.bin/dfregress/
H A Duserland.c125 r = setitimer(ITIMER_REAL, &itim, NULL); in run_userland()
176 setitimer(ITIMER_REAL, &itim, NULL); in run_userland()
/dragonfly/test/socket/socketpair/nonblock/
H A Dsockpair_nblock.c39 if (setitimer(ITIMER_REAL, &it, NULL) < 0) in main()
/dragonfly/test/socket/socket/nonblock/
H A Dsocket_nblock.c74 if (setitimer(ITIMER_REAL, &it, NULL) < 0) in main()
/dragonfly/tools/tools/netrate/accept_connect/connect_client/
H A Dconnect_client.c133 if (setitimer(ITIMER_REAL, &it, NULL) < 0) in mainloop()
/dragonfly/tools/tools/netrate/netblast/
H A Dnetblast.c95 if (setitimer(ITIMER_REAL, &it, NULL) < 0) { in blast_loop()
/dragonfly/usr.bin/lock/
H A Dlock.c172 setitimer(ITIMER_REAL, &ntimer, &otimer); in main()
/dragonfly/usr.bin/systat/
H A Dmain.c228 setitimer(ITIMER_REAL, &ctv, NULL); in display()
/dragonfly/usr.sbin/mld6query/
H A Dmld6query.c141 setitimer(ITIMER_REAL, &itimer, NULL); in main()
/dragonfly/usr.bin/timeout/
H A Dtimeout.c169 if (setitimer(ITIMER_REAL, &tim, NULL) == -1) in set_interval()
/dragonfly/sys/sys/
H A Dtime.h139 #define ITIMER_REAL 0 macro
/dragonfly/contrib/tnftp/src/
H A Dprogressbar.c415 setitimer(ITIMER_REAL, &itv, NULL);
/dragonfly/sys/kern/
H A Dkern_time.c936 if (uap->which == ITIMER_REAL) { in sys_getitimer()
994 if (uap->which == ITIMER_REAL) { in sys_setitimer()

12