Home
last modified time | relevance | path

Searched refs:timers (Results 1 – 25 of 60) sorted by relevance

123

/NextBSD/lib/libc/isc/
HDev_timers.c226 if (heap_insert(ctx->timers, id) < 0) in evSetTimer()
235 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer()
258 if (heap_element(ctx->timers, del->index) != del) in evClearTimer()
261 if (heap_delete(ctx->timers, del->index) < 0) in evClearTimer()
267 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evClearTimer()
285 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer()
311 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer()
340 result = heap_increased(ctx->timers, timer->index); in evResetTimer()
346 result = heap_decreased(ctx->timers, timer->index); in evResetTimer()
352 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evResetTimer()
[all …]
HDeventlib_p.h259 heap_context timers; member
/NextBSD/usr.sbin/uhsoctl/
HDuhsoctl.c176 struct timers { struct
191 static struct timers timers; argument
198 tmr_run(struct timers *tmrs) in tmr_run()
220 tmr_add(struct timers *tmrs, int id, int timeout, tmr_cb func, void *arg) in tmr_add()
299 tmr_add(&timers, 1, 5, tmr_watchdog, ctx); in tmr_watchdog()
328 tmr_run(&timers); in sig_handle()
733 tmr_add(&timers, 1, 1, tmr_creg, ctx); in at_async_creg()
736 tmr_add(&timers, 1, 30, tmr_creg, ctx); in at_async_creg()
760 tmr_add(&timers, 1, 1, tmr_cgreg, ctx); in at_async_cgreg()
763 tmr_add(&timers, 1, 30, tmr_cgreg, ctx); in at_async_cgreg()
[all …]
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.qtip.js108 this.timers = { img: {} }; class in QTip
262 clearTimeout(this.timers.show);
263 clearTimeout(this.timers.hide);
280 this.options = this.elements = this.cache = this.timers =
1021 clearTimeout(this.timers.show);
1241 clearTimeout(this.timers.show);
1242 clearTimeout(this.timers.hide);
1247 this.timers.show = setTimeout(callback, this.options.show.delay);
1261 clearTimeout(this.timers.show);
1262 clearTimeout(this.timers.hide);
[all …]
HDjquery.js8539 timers = jQuery.timers,
8563 for ( i = timers.length; i--; ) {
8564 if ( timers[ i ].elem === this && (type == null || timers[ i ].queue === type) ) {
8568 timers[ i ]( true );
8570 timers[ i ].saveState();
8573 timers.splice( i, 1 );
8667 timers: [], property in AnonymousClass2be48493c801
8726 if ( t() && jQuery.timers.push(t) && !timerId ) {
8844 timers = jQuery.timers,
8847 for ( ; i < timers.length; i++ ) {
[all …]
/NextBSD/sys/arm/at91/
HDstd.at91sam910 # bring in the sam specific timers and such
HDstd.atmel12 # bring in the sam specific timers and such
HDstd.at91sam9g4515 # bring in the sam specific timers and such
/NextBSD/contrib/ntp/lib/isc/
HDtimer.c107 LIST(isc__timer_t) timers;
382 UNLINK(manager->timers, timer, link); in destroy()
497 APPEND(manager->timers, timer, link); in isc__timer_create()
898 INIT_LIST(manager->timers); in isc__timermgr_create()
993 REQUIRE(EMPTY(manager->timers)); in isc__timermgr_destroy()
/NextBSD/sys/kern/
HDposix4_mib.c94 P1B_SYSCTL(CTL_P1003_1B_TIMERS, timers);
/NextBSD/sys/gnu/dts/arm/
HDstih407-clock.dtsi25 * ARM Peripheral clock for timers
68 * ARM Peripheral clock for timers
HDs3c2416.dtsi48 clock-names = "timers";
HDstih410-clock.dtsi28 * ARM Peripheral clock for timers
70 * ARM Peripheral clock for timers
HDstih418-clock.dtsi28 * ARM Peripheral clock for timers
70 * ARM Peripheral clock for timers
/NextBSD/contrib/unbound/doc/
HDTODO18 o timers rfc 5011 support.
34 to make timers in servicedquery independent of udpwait queues.
HDFEATURES42 RFC 5011: update of trust anchors with timers.
/NextBSD/sys/boot/fdt/dts/arm/
HDtegra20.dtsi54 compatible = "arm,mpcore-timers";
HDtrimslice.dts68 compatible = "arm,mpcore-timers";
HDzybo.dts107 compatible = "arm,mpcore-timers";
HDsocfpga.dtsi64 compatible = "arm,mpcore-timers";
HDzedboard.dts107 compatible = "arm,mpcore-timers";
HDrk3188.dtsi70 compatible = "arm,mpcore-timers";
/NextBSD/contrib/bsnmp/
HDNEWS42 Periodic timers from Victor Cruceru.
51 Add repeatable timers.
/NextBSD/tools/tools/cxgbtool/
HDcxgbtool.c554 timers = regs[TP_CMM_TIMER_BASE / 4] & 0xfffffff, in t3_meminfo() local
578 timers - 1, timers - cq_cntxt); in t3_meminfo()
579 printf(" Timers: 0x%08x - 0x%08x [%u]\n", timers, in t3_meminfo()
580 pstructs - 1, pstructs - timers); in t3_meminfo()
/NextBSD/contrib/ntp/sntp/libevent/
HDwhatsnew-2.1.txt81 timers to be more efficient, or more precise. (This only has effect
83 precise timers, use the EVENT_BASE_FLAG_PRECISE_TIMER flag when
516 2.6. Coarse timers by default on Linux
525 To disable coarse timers, and get a more plausible precision, use the
572 Using monotonic timers makes Libevent more resilient to changes in the

123