Searched refs:timers (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/include/
H A Dtimers.h1 /* ==== timers.h ============================================================
34 * Description : Basic timers header.
43 #include <sys/timers.h>
H A DMakefile28 time.h timeconv.h timers.h ttyent.h \
/freebsd-11-stable/lib/libc/isc/
H A Dev_timers.c18 /* ev_timers.c - implement timers for the eventlib
226 if (heap_insert(ctx->timers, id) < 0)
234 evPrintf(ctx, 7, "timers after evSetTimer:\n");
235 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
258 if (heap_element(ctx->timers, del->index) != del)
261 if (heap_delete(ctx->timers, del->index) < 0)
266 evPrintf(ctx, 7, "timers after evClearTimer:\n");
267 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
285 if (heap_element(ctx->timers, timer->index) != timer)
311 if (heap_element(ctx->timers, time
[all...]
H A Deventlib_p.h258 heap_context timers; member in struct:__anon6653
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_unixtime.h19 # include <sys/timers.h>
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.h69 # include <sys/timers.h>
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c178 struct timers { struct
193 static struct timers timers; variable in typeref:struct:timers
200 tmr_run(struct timers *tmrs)
222 tmr_add(struct timers *tmrs, int id, int timeout, tmr_cb func, void *arg)
301 tmr_add(&timers, 1, 5, tmr_watchdog, ctx);
330 tmr_run(&timers);
735 tmr_add(&timers, 1, 1, tmr_creg, ctx);
738 tmr_add(&timers, 1, 30, tmr_creg, ctx);
762 tmr_add(&timers,
[all...]
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile22 timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js108 this.timers = { img: {} };
261 // Clear timers and remove bound events
262 clearTimeout(this.timers.show);
263 clearTimeout(this.timers.hide);
280 this.options = this.elements = this.cache = this.timers =
1021 clearTimeout(this.timers.show);
1240 // Clear hide timers
1241 clearTimeout(this.timers.show);
1242 clearTimeout(this.timers.hide);
1247 this.timers
[all...]
H A Djquery.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 );
8578 // timers currently will call their complete callbacks, which will dequeue
8667 timers
[all...]
/freebsd-11-stable/sys/kern/
H A Dposix4_mib.c93 P1B_SYSCTL(CTL_P1003_1B_TIMERS, timers);
H A Dkern_time.c56 #include <sys/timers.h>
81 * the time-of-day and per-process interval timers. Subroutines
83 * and decrementing interval timers, optionally reloading the interval
84 * timers when they expire.
711 * time timers are kept in the p_stats area, since they can be swapped out.
720 * Virtual time timers are processed in the hardclock() routine of
726 * therefore, to reload the real timer .it_value from the real time timers
944 * that it is called in a context where the timers
1713 /* Clean up timers when some process events are being triggered. */
1729 * According to susv3, XSI interval timers shoul
[all...]
H A Dkern_sig.c82 #include <sys/timers.h>
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtimer.c107 LIST(isc__timer_t) timers;
382 UNLINK(manager->timers, timer, link);
405 * Create a new 'type' timer managed by 'manager'. The timers
497 APPEND(manager->timers, timer, link);
898 INIT_LIST(manager->timers);
993 REQUIRE(EMPTY(manager->timers));
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c554 timers = regs[TP_CMM_TIMER_BASE / 4] & 0xfffffff, local
578 timers - 1, timers - cq_cntxt);
579 printf(" Timers: 0x%08x - 0x%08x [%u]\n", timers,
580 pstructs - 1, pstructs - timers);
/freebsd-11-stable/sys/xen/interface/arch-x86/hvm/
H A Dsave.h487 #define HPET_TIMER_NUM 3 /* 3 timers supported now */
498 struct { /* timers */
503 } timers[HPET_TIMER_NUM]; member in struct:hvm_hw_hpet
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp273 // initialize the paritioned timers to an initial timer
336 // Wind up all the currently running timers.
337 // This pops off all the timers from the stack and clears the stack
339 // stack of timers
681 // Wind up any explicit timers. We assume that it's fair at this point to just
682 // walk all the explicit timers in all threads and say "it's over".
790 // Stop all the explicit timers in all threads
829 // Accumulate timers.
843 // Add Total stats for timers that are valid in more than one thread
879 timeStat *timers local
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3111 unsigned int timers = 0, timers_shift = 22; local
3115 timers = 1;
3118 timers = 2;
3121 timers = 3;
3148 t3_write_reg(adap, A_TP_CMM_TIMER_BASE, V_CMTIMERMAXNUM(timers) | m);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_type.h1679 u16 timers; member in struct:i40e_lldp_variables
/freebsd-11-stable/contrib/ntp/
H A Dconfigure18059 for ac_header in arpa/nameser.h sys/param.h sys/time.h sys/timers.h
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure8733 for ac_header in arpa/nameser.h sys/param.h sys/time.h sys/timers.h

Completed in 330 milliseconds