Home
last modified time | relevance | path

Searched refs:timer (Results 12101 – 12125 of 103638) sorted by relevance

1...<<481482483484485486487488489490>>...4146

/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-0.1.22/src/runtime/threadpool/
H A Dbuilder.rs14 use tokio_timer::timer::{self, Timer};
360 let timer = Timer::new_with_now(reactor, self.clock.clone()); in build() localVariable
361 timer_handles.push(timer.handle()); in build()
362 timers.push(Mutex::new(Some(timer))); in build()
382 timer::with_default(&timer_handles[index], enter, |_| { in build()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Dpm9g45.dts54 tcb0: timer@fff7c000 {
55 timer@0 {
56 compatible = "atmel,tcb-timer";
60 timer@2 {
61 compatible = "atmel,tcb-timer";
H A Dsama5d3xcm.dtsi37 tcb0: timer@f0010000 {
38 timer@0 {
39 compatible = "atmel,tcb-timer";
43 timer@1 {
44 compatible = "atmel,tcb-timer";
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/timer/test/
H A Drun.c22 struct timer t[64]; in main()
60 const struct timer *t1, *t2; in main()
64 timer_del(&timers, (struct timer *)t1); in main()
69 timer_del(&timers, (struct timer *)t2); in main()
84 struct timer *t1, *t2; in main()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A Do_time.c14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime() argument
35 if (gmtime_r(timer, ts2) == NULL) in OPENSSL_gmtime()
41 if (gmtime_r(timer, result) == NULL) in OPENSSL_gmtime()
45 if (gmtime_s(result, timer)) in OPENSSL_gmtime()
49 ts = gmtime(timer); in OPENSSL_gmtime()
/dports/devel/elixir-eternal/eternal-1.2.0/test/
H A Deternal_test.exs20 :timer.sleep(25)
33 :timer.sleep(5)
49 :timer.sleep(5)
64 :timer.sleep(5)
77 :timer.sleep(25)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/
H A Do_time.c14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime() argument
35 if (gmtime_r(timer, ts2) == NULL) in OPENSSL_gmtime()
41 if (gmtime_r(timer, result) == NULL) in OPENSSL_gmtime()
45 if (gmtime_s(result, timer)) in OPENSSL_gmtime()
49 ts = gmtime(timer); in OPENSSL_gmtime()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-0.1.22/src/runtime/threadpool/
H A Dbuilder.rs14 use tokio_timer::timer::{self, Timer};
360 let timer = Timer::new_with_now(reactor, self.clock.clone()); in build() localVariable
361 timer_handles.push(timer.handle()); in build()
362 timers.push(Mutex::new(Some(timer))); in build()
382 timer::with_default(&timer_handles[index], enter, |_| { in build()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-0.1.22/src/runtime/threadpool/
H A Dbuilder.rs14 use tokio_timer::timer::{self, Timer};
360 let timer = Timer::new_with_now(reactor, self.clock.clone()); in build() localVariable
361 timer_handles.push(timer.handle()); in build()
362 timers.push(Mutex::new(Some(timer))); in build()
382 timer::with_default(&timer_handles[index], enter, |_| { in build()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/
H A Do_time.c14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime() argument
35 if (gmtime_r(timer, ts2) == NULL) in OPENSSL_gmtime()
41 if (gmtime_r(timer, result) == NULL) in OPENSSL_gmtime()
45 if (gmtime_s(result, timer)) in OPENSSL_gmtime()
49 ts = gmtime(timer); in OPENSSL_gmtime()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/cocoa/time/
H A DZLCocoaTimeManager.M56 NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:interval/1000.0
61 myTimers[task] = timer;
62 myTasks[timer] = task;
75 shared_ptr<ZLRunnable> ZLCocoaTimeManager::taskByTimer(void *timer) const {
76 std::map<void*,shared_ptr<ZLRunnable> >::const_iterator it = myTasks.find(timer);
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/iphone/time/
H A DZLCocoaTimeManager.M56 NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:interval/1000.0
61 myTimers[task] = timer;
62 myTasks[timer] = task;
75 shared_ptr<ZLRunnable> ZLCocoaTimeManager::taskByTimer(void *timer) const {
76 std::map<void*,shared_ptr<ZLRunnable> >::const_iterator it = myTasks.find(timer);
/dports/audio/gsequencer/gsequencer-3.10.4/ags/thread/
H A Dags_timestamp.c114 time(&(timestamp->timer.unix_time.time_val)); in ags_timestamp_init()
254 unix_time = timestamp->timer.unix_time.time_val; in ags_timestamp_get_unix_time()
286 timestamp->timer.unix_time.time_val = unix_time; in ags_timestamp_set_unix_time()
318 ags_offset = timestamp->timer.ags_offset.offset; in ags_timestamp_get_ags_offset()
350 timestamp->timer.ags_offset.offset = ags_offset; in ags_timestamp_set_ags_offset()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mod_poly/profile/
H A Dp-minpoly.c48 timeit_start(timer); \
55 timeit_stop(timer); \
58 while (timer->cpu <= MINCPU); \
66 (TIMEVAR) = ((double)timer->cpu) / (NUMEX * loops); \
74 timeit_t timer; in time_algs() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dtimer.c136 mod_timer(&tp->timer, RUN_AT(next_tick)); in tulip_media_task()
142 struct tulip_private *tp = from_timer(tp, t, timer); in mxic_timer()
152 mod_timer(&tp->timer, RUN_AT(next_tick)); in mxic_timer()
159 struct tulip_private *tp = from_timer(tp, t, timer); in comet_timer()
174 mod_timer(&tp->timer, RUN_AT(next_tick)); in comet_timer()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Devents.cpp64 uint32 timer = g_system->getMillis(); in pollEvents() local
66 if (timer >= (_priorScreenRefreshTime + SCREEN_UPDATE_TIME)) { in pollEvents()
69 _priorScreenRefreshTime = timer; in pollEvents()
73 if (timer >= (_priorFrameCounterTime + GAME_FRAME_TIME)) { in pollEvents()
75 _priorFrameCounterTime = timer; in pollEvents()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dtimer.c136 mod_timer(&tp->timer, RUN_AT(next_tick)); in tulip_media_task()
142 struct tulip_private *tp = from_timer(tp, t, timer); in mxic_timer()
152 mod_timer(&tp->timer, RUN_AT(next_tick)); in mxic_timer()
159 struct tulip_private *tp = from_timer(tp, t, timer); in comet_timer()
174 mod_timer(&tp->timer, RUN_AT(next_tick)); in comet_timer()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/widgets/state-machine/
H A Dtrafficlight.py92 timer = QTimer(lightState)
93 timer.setInterval(duration)
94 timer.setSingleShot(True)
97 timing.entered.connect(timer.start)
100 timing.addTransition(timer, SIGNAL('timeout()'), done)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/widgets/state-machine/
H A Dtrafficlight.py92 timer = QTimer(lightState)
93 timer.setInterval(duration)
94 timer.setSingleShot(True)
97 timing.entered.connect(timer.start)
100 timing.addTransition(timer, SIGNAL('timeout()'), done)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/boot/dts/
H A Dpm9g45.dts54 tcb0: timer@fff7c000 {
55 timer@0 {
56 compatible = "atmel,tcb-timer";
60 timer@2 {
61 compatible = "atmel,tcb-timer";
H A Dsama5d3xcm.dtsi37 tcb0: timer@f0010000 {
38 timer@0 {
39 compatible = "atmel,tcb-timer";
43 timer@1 {
44 compatible = "atmel,tcb-timer";
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dtimer.c136 mod_timer(&tp->timer, RUN_AT(next_tick)); in tulip_media_task()
142 struct tulip_private *tp = from_timer(tp, t, timer); in mxic_timer()
152 mod_timer(&tp->timer, RUN_AT(next_tick)); in mxic_timer()
159 struct tulip_private *tp = from_timer(tp, t, timer); in comet_timer()
174 mod_timer(&tp->timer, RUN_AT(next_tick)); in comet_timer()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A Do_time.c14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime() argument
35 if (gmtime_r(timer, ts2) == NULL) in OPENSSL_gmtime()
41 if (gmtime_r(timer, result) == NULL) in OPENSSL_gmtime()
45 if (gmtime_s(result, timer)) in OPENSSL_gmtime()
49 ts = gmtime(timer); in OPENSSL_gmtime()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/boot/dts/
H A Dsama5d3xcm.dtsi37 tcb0: timer@f0010000 {
38 timer@0 {
39 compatible = "atmel,tcb-timer";
43 timer@1 {
44 compatible = "atmel,tcb-timer";
/dports/net/kamailio/kamailio-5.4.5/src/modules/p_usrloc/
H A Dul_check.c133 int must_retry(time_t * timer, time_t interval){ in must_retry() argument
134 if(!timer){ in must_retry()
137 LM_DBG("must_retry: time is at %i, retry at %i.\n", (int)time(NULL), (int)(*timer)); in must_retry()
138 if(*timer <= time(NULL)){ in must_retry()
139 *timer = time(NULL) + interval; in must_retry()

1...<<481482483484485486487488489490>>...4146