Home
last modified time | relevance | path

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

12345678910>>...72

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dtimer.cc55 if (setitimer(ITIMER_REAL, &DISABLE_TV, &this->old_val) != 0) { in arm_timer()
65 if (setitimer(ITIMER_REAL, &this->old_val, NULL) != 0) { in arm_timer()
73 if (setitimer(ITIMER_REAL, &this->new_val, NULL) != 0) { in arm_timer()
96 if (setitimer(ITIMER_REAL, &DISABLE_TV, NULL) != 0) { in disarm_timer()
106 if (setitimer(ITIMER_REAL, &this->old_val, NULL) != 0) { in disarm_timer()
/dports/editors/biew/biew-610/biewlib/sysdep/generic/posix/
H A Dtimer.c38 getitimer(ITIMER_REAL,&otimer); in __OsSetTimerCallBack()
45 setitimer(ITIMER_REAL,&itimer,NULL); in __OsSetTimerCallBack()
46 getitimer(ITIMER_REAL,&itimer); in __OsSetTimerCallBack()
57 setitimer(ITIMER_REAL,&otimer,NULL); in __OsRestoreTimer()
/dports/lang/maude/maude-2.7.1/src/Utility/
H A Dtimer.cc60 setitimer(ITIMER_REAL, &init, 0); in startOsTimers()
78 getitimer(ITIMER_REAL, &realStartTime); in Timer()
92 getitimer(ITIMER_REAL, &realStartTime); in start()
110 getitimer(ITIMER_REAL, &realStopTime); in stop()
135 getitimer(ITIMER_REAL, &realStopTime); in getTimes()
/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A DTimeout.c++66 #ifdef ITIMER_REAL in startTimeout()
71 (void) setitimer(ITIMER_REAL, &itv, (itimerval*) 0); in startTimeout()
84 #ifdef ITIMER_REAL in stopTimeout()
86 (void) setitimer(ITIMER_REAL, &itv, (itimerval*) 0); in stopTimeout()
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/running/timeouts/
H A Dposix.py16 from signal import setitimer, signal, SIGALRM, ITIMER_REAL
34 setitimer(ITIMER_REAL, self._timeout)
40 setitimer(ITIMER_REAL, 0)
/dports/net/py-urllib3/urllib3-1.26.7/test/
H A Dtest_wait.py122 signal.setitimer(signal.ITIMER_REAL, 0.1, 0.1)
127 signal.setitimer(signal.ITIMER_REAL, 0)
154 signal.setitimer(signal.ITIMER_REAL, 0.001, 0.001)
161 signal.setitimer(signal.ITIMER_REAL, 0)
188 signal.setitimer(signal.ITIMER_REAL, 0.1, 0.1)
195 signal.setitimer(signal.ITIMER_REAL, 0)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/test/
H A Dtest_wait.py120 signal.setitimer(signal.ITIMER_REAL, 0.1, 0.1)
125 signal.setitimer(signal.ITIMER_REAL, 0)
152 signal.setitimer(signal.ITIMER_REAL, 0.001, 0.001)
159 signal.setitimer(signal.ITIMER_REAL, 0)
186 signal.setitimer(signal.ITIMER_REAL, 0.1, 0.1)
193 signal.setitimer(signal.ITIMER_REAL, 0)
/dports/audio/ocp/ocp-0.2.90/stuff/
H A Dtimer.c182 getitimer(ITIMER_REAL, &spec); in tmTimerHandler()
219 setitimer(ITIMER_REAL, &spec, NULL); in tmInit()
241 setitimer(ITIMER_REAL, &spec, NULL); in tmResetTimer()
283 setitimer(ITIMER_REAL, &spec, NULL); in tmSetNewRate()
298 getitimer(ITIMER_REAL, &spec); in tmGetTimer()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dposix_timers.c91 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()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dposix_timers.c91 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dposix_timers.c91 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()
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dposix_time.pyx16 ret = setitimer(ITIMER_REAL, &t, NULL)
18 ret = getitimer(ITIMER_REAL, &gtime)
24 ret = setitimer(ITIMER_REAL, &t, NULL)
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dposix_time.pyx16 ret = setitimer(ITIMER_REAL, &t, NULL)
18 ret = getitimer(ITIMER_REAL, &gtime)
24 ret = setitimer(ITIMER_REAL, &t, NULL)
/dports/devel/libslang2/slang-2.3.2/src/test/
H A Dsignal.sl73 setitimer (ITIMER_REAL, value, interval);
74 setitimer (ITIMER_REAL, value, interval, &old_value, &old_interval);
77 (old_value, old_interval) = getitimer (ITIMER_REAL);
81 setitimer (ITIMER_REAL, interval, value, &old_interval);
85 setitimer (ITIMER_REAL, 2.5, 2.5);
96 setitimer (ITIMER_REAL, 0);
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Dtimers.c46 return setitimer(ITIMER_REAL, &nexttime, NULL); in setmsrepeattimer()
59 return setitimer(ITIMER_REAL, &nexttime, NULL); in setmsalarm()
69 return setitimer(ITIMER_REAL, &nexttime, NULL); in cancelmstimer()
/dports/mail/libmilter/sendmail-8.16.1/libsm/
H A Dclock.c173 (void) setitimer(ITIMER_REAL, &itime, NULL);
241 (void) setitimer(ITIMER_REAL, &clr, NULL);
272 (void) setitimer(ITIMER_REAL, &clr, NULL); in sm_clear_events()
337 (void) setitimer(ITIMER_REAL, &clr, NULL);
429 (void) setitimer(ITIMER_REAL, &clr, NULL);
437 (void) setitimer(ITIMER_REAL, &clr, NULL);
456 (void) setitimer(ITIMER_REAL, &clr, NULL);
473 (void) setitimer(ITIMER_REAL, &clr, NULL);
/dports/misc/ytree/ytree-2.03/
H A Dclock.c22 if (getitimer(ITIMER_REAL, &value)!= 0) { in InitClock()
30 if (setitimer(ITIMER_REAL, &value, &ovalue)!= 0) { in InitClock()
77 setitimer(ITIMER_REAL, &value, &ovalue); in SuspendClock()
/dports/x11/xedit/xedit-1.2.2/lisp/
H A Dtime.c68 setitimer(ITIMER_REAL, &real, NULL); in Lisp_Time()
72 getitimer(ITIMER_REAL, &real); in Lisp_Time()
89 getitimer(ITIMER_REAL, &real); in Lisp_Time()
130 setitimer(ITIMER_REAL, &real, NULL); in Lisp_Time()
/dports/lang/ptoc/ptoc/Xbgi/
H A Dusleep.c65 if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
87 (void) setitimer(ITIMER_REAL, itp, (struct itimerval *)0);
92 (void) setitimer(ITIMER_REAL, &oitv, (struct itimerval *)0);
/dports/benchmarks/pathchirp/pathchirp-2.4.1/Src/
H A Dsignal_alrm_rcv.c98 setitimer(ITIMER_REAL,&timeout,0); in sig_alrm()
115 setitimer (ITIMER_REAL, &tv, 0); in timer_gran()
116 setitimer (ITIMER_REAL, 0, &tv); in timer_gran()
/dports/mail/batv-milter/batv-milter-0.5.0/libsm/
H A Dclock.c189 (void) setitimer(ITIMER_REAL, &itime, NULL);
265 (void) setitimer(ITIMER_REAL, &clr, NULL);
299 (void) setitimer(ITIMER_REAL, &clr, NULL); in sm_clear_events()
368 (void) setitimer(ITIMER_REAL, &clr, NULL);
462 (void) setitimer(ITIMER_REAL, &clr, NULL);
470 (void) setitimer(ITIMER_REAL, &clr, NULL);
489 (void) setitimer(ITIMER_REAL, &clr, NULL);
506 (void) setitimer(ITIMER_REAL, &clr, NULL);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/legacy/
H A Derl_timeout.c83 setitimer(ITIMER_REAL,&t,&(j->timerinfo)); in timeout_setup()
99 setitimer(ITIMER_REAL,&(j->timerinfo),NULL); in timeout_cancel()
119 setitimer(ITIMER_REAL,&(j->timerinfo),NULL); in timeout_handler()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/src/legacy/
H A Derl_timeout.c83 setitimer(ITIMER_REAL,&t,&(j->timerinfo)); in timeout_setup()
99 setitimer(ITIMER_REAL,&(j->timerinfo),NULL); in timeout_cancel()
119 setitimer(ITIMER_REAL,&(j->timerinfo),NULL); in timeout_handler()
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/arc/gmon/
H A Dprof-freq.c55 setitimer(ITIMER_REAL, &tim, 0); in __profile_frequency()
56 setitimer(ITIMER_REAL, 0, &tim); in __profile_frequency()
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/arc/gmon/
H A Dprof-freq.c55 setitimer(ITIMER_REAL, &tim, 0); in __profile_frequency()
56 setitimer(ITIMER_REAL, 0, &tim); in __profile_frequency()

12345678910>>...72