Home
last modified time | relevance | path

Searched refs:timer_tick_count (Results 1 – 10 of 10) sorted by relevance

/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_process_slow.c32 static int timer_tick_count; variable
155 timer_tick_count++; in main_loop_timeout_cb()
157 tt_int_op(timer_tick_count, OP_LT, 10); in main_loop_timeout_cb()
178 timer_tick_count = 0; in run_main_loop()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_process_slow.c32 static int timer_tick_count; variable
155 timer_tick_count++; in main_loop_timeout_cb()
157 tt_int_op(timer_tick_count, OP_LT, 10); in main_loop_timeout_cb()
178 timer_tick_count = 0; in run_main_loop()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Ds3c24xx.cpp111 timer_tick_count->adjust(attotime::from_hz(freq), 0, attotime::from_hz(freq)); in recalc()
115 timer_tick_count->adjust(attotime::never); in recalc()
H A Ds3c24xx.h267 emu_timer *timer_tick_count; member
H A Ds3c44b0.h460 emu_timer *timer_tick_count; member
H A Ds3c24xx.hxx3281 …m_rtc.timer_tick_count = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(S3C24_CLASS… in s3c24xx_device_start()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Ds3c24xx.cpp111 timer_tick_count->adjust(attotime::from_hz(freq), 0, attotime::from_hz(freq)); in recalc()
115 timer_tick_count->adjust(attotime::never); in recalc()
H A Ds3c24xx.h267 emu_timer *timer_tick_count; member
H A Ds3c44b0.h460 emu_timer *timer_tick_count; member
H A Ds3c24xx.hxx3281 …m_rtc.timer_tick_count = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(S3C24_CLASS… in s3c24xx_device_start()