| /NextBSD/lib/libc/isc/ |
| HD | ev_timers.c | 226 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 …]
|
| HD | eventlib_p.h | 259 heap_context timers; member
|
| /NextBSD/usr.sbin/uhsoctl/ |
| HD | uhsoctl.c | 176 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/ |
| HD | jquery.qtip.js | 108 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 …]
|
| HD | jquery.js | 8539 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/ |
| HD | std.at91sam9 | 10 # bring in the sam specific timers and such
|
| HD | std.atmel | 12 # bring in the sam specific timers and such
|
| HD | std.at91sam9g45 | 15 # bring in the sam specific timers and such
|
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | timer.c | 107 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/ |
| HD | posix4_mib.c | 94 P1B_SYSCTL(CTL_P1003_1B_TIMERS, timers);
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | stih407-clock.dtsi | 25 * ARM Peripheral clock for timers 68 * ARM Peripheral clock for timers
|
| HD | s3c2416.dtsi | 48 clock-names = "timers";
|
| HD | stih410-clock.dtsi | 28 * ARM Peripheral clock for timers 70 * ARM Peripheral clock for timers
|
| HD | stih418-clock.dtsi | 28 * ARM Peripheral clock for timers 70 * ARM Peripheral clock for timers
|
| /NextBSD/contrib/unbound/doc/ |
| HD | TODO | 18 o timers rfc 5011 support. 34 to make timers in servicedquery independent of udpwait queues.
|
| HD | FEATURES | 42 RFC 5011: update of trust anchors with timers.
|
| /NextBSD/sys/boot/fdt/dts/arm/ |
| HD | tegra20.dtsi | 54 compatible = "arm,mpcore-timers";
|
| HD | trimslice.dts | 68 compatible = "arm,mpcore-timers";
|
| HD | zybo.dts | 107 compatible = "arm,mpcore-timers";
|
| HD | socfpga.dtsi | 64 compatible = "arm,mpcore-timers";
|
| HD | zedboard.dts | 107 compatible = "arm,mpcore-timers";
|
| HD | rk3188.dtsi | 70 compatible = "arm,mpcore-timers";
|
| /NextBSD/contrib/bsnmp/ |
| HD | NEWS | 42 Periodic timers from Victor Cruceru. 51 Add repeatable timers.
|
| /NextBSD/tools/tools/cxgbtool/ |
| HD | cxgbtool.c | 554 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/ |
| HD | whatsnew-2.1.txt | 81 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
|