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

12

/freebsd-13-stable/include/
H A Dtimers.h1 /* ==== timers.h ============================================================
36 * Description : Basic timers header.
45 #include <sys/timers.h>
H A DMakefile27 time.h timeconv.h timers.h ttyent.h \
/freebsd-13-stable/contrib/kyua/utils/signals/
H A Dtimer_test.cpp93 /// Waits for the activation of all given timers.
95 /// \param timers Pointers to all the timers to wait for.
97 wait_timers(const std::vector< signals::timer* >& timers) argument
103 iter = timers.begin(); iter != timers.end(); ++iter) {
109 std::cout << "Waiting; " << n_fired << " timers fired so far\n";
113 } while (n_fired < timers.size());
157 std::vector< signals::timer* > timers; local
164 timers
183 std::vector< signals::timer* > timers; local
224 std::vector< signals::timer* > timers; local
265 std::vector< signals::timer* > timers; local
[all...]
H A Dtimer.cpp89 /// Deadline scheduler for all user timers on top of the unique system timer.
91 /// Collection of active timers.
93 /// Because this is a collection of pointers, all timers are guaranteed to
97 /// Sequence of ordered timers.
103 /// sequentially to find either expired or expiring-now timers.
115 /// Mapping of all active timers using their timestamp as the key.
124 timers_set& timers = _all_timers[timer->when()]; local
125 INV(timers.find(timer) == timers.end());
126 timers
143 timers_set& timers = (*iter).second; local
171 const timers_set& timers = (*iter).second; local
[all...]
/freebsd-13-stable/lib/libc/isc/
H A Dev_timers.c20 /* ev_timers.c - implement timers for the eventlib
228 if (heap_insert(ctx->timers, id) < 0)
236 evPrintf(ctx, 7, "timers after evSetTimer:\n");
237 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
260 if (heap_element(ctx->timers, del->index) != del)
263 if (heap_delete(ctx->timers, del->index) < 0)
268 evPrintf(ctx, 7, "timers after evClearTimer:\n");
269 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
287 if (heap_element(ctx->timers, timer->index) != timer)
313 if (heap_element(ctx->timers, time
[all...]
H A Deventlib_p.h260 heap_context timers; member in struct:__anon7476
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_unixtime.h19 # include <sys/timers.h>
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.h69 # include <sys/timers.h>
/freebsd-13-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-13-stable/usr.sbin/sendmail/
H A DMakefile22 timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c
/freebsd-13-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-13-stable/sys/kern/
H A Dposix4_mib.c97 P1B_SYSCTL(CTL_P1003_1B_TIMERS, timers);
H A Dkern_exit.c78 #include <sys/timers.h>
H A Dkern_exec.c70 #include <sys/timers.h>
H A Dkern_time.c57 #include <sys/timers.h>
84 * the time-of-day and per-process interval timers. Subroutines
86 * and decrementing interval timers, optionally reloading the interval
87 * timers when they expire.
718 * time timers are kept in the p_stats area, since they can be swapped out.
727 * Virtual time timers are processed in the hardclock() routine of
733 * therefore, to reload the real timer .it_value from the real time timers
1004 * that it is called in a context where the timers
1807 /* Clean up timers when some process events are being triggered. */
1834 * According to susv3, XSI interval timers shoul
[all...]
/freebsd-13-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-13-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-13-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c555 timers = regs[TP_CMM_TIMER_BASE / 4] & 0xfffffff, local
579 timers - 1, timers - cq_cntxt);
580 printf(" Timers: 0x%08x - 0x%08x [%u]\n", timers,
581 pstructs - 1, pstructs - timers);
/freebsd-13-stable/sys/xen/interface/arch-x86/hvm/
H A Dsave.h516 #define HPET_TIMER_NUM 3 /* 3 timers supported now */
527 struct { /* timers */
532 } timers[HPET_TIMER_NUM]; member in struct:hvm_hw_hpet
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp273 // initialize the partitioned 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-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3112 unsigned int timers = 0, timers_shift = 22; local
3116 timers = 1;
3119 timers = 2;
3122 timers = 3;
3149 t3_write_reg(adap, A_TP_CMM_TIMER_BASE, V_CMTIMERMAXNUM(timers) | m);
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_type.h1688 u16 timers; member in struct:i40e_lldp_variables
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dbbr.c189 * has priority over timers.
329 * timers as well.
577 /* All timers have been stopped none are to run */
831 * If no timers are going to run and we will fall off thfe hptsi
854 * RACK, TLP, persists and RXT timers all are restartable
927 * calling the output routine (which does our timers).
946 /* All other timers wake us up */
2339 bbr_log_to_processing(struct tcp_bbr *bbr, uint32_t cts, int32_t ret, int32_t timers, uint8_t hpts_calling) argument
2345 log.u_bbr.flex1 = timers;
3973 * any timers
5202 int32_t timers = (bbr->r_ctl.rc_hpts_flags & PACE_TMR_MASK); local
[all...]
H A Drack.c1286 "timers",
2720 rack_log_to_processing(struct tcp_rack *rack, uint32_t cts, int32_t ret, int32_t timers) argument
2727 log.u_bbr.flex1 = timers;
5285 /* All timers have been stopped none are to run */
5761 * If no timers are going to run and we will fall off the hptsi
5802 * RACK, TLP, persists and RXT timers all are restartable
5945 * when all timers have been stopped (destroyed PCB?).
6150 * when all timers have been stopped (destroyed PCB?).
6326 * We only return 1, saying don't proceed, if all timers
6348 * We only return 1, saying don't proceed, if all timers
6916 int32_t timers = (rack->r_ctl.rc_hpts_flags & PACE_TMR_MASK); local
[all...]

Completed in 343 milliseconds

12