HomeSort by: relevance | last modified time | path
    Searched defs:timers (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
timers.hpp 40 namespace timers { namespace in namespace:tools
80 } // namespace timers
  /src/external/mit/libuv/dist/test/
benchmark-million-timers.c 42 uv_timer_t* timers; local
51 timers = malloc(NUM_TIMERS * sizeof(timers[0]));
52 ASSERT_NOT_NULL(timers);
60 ASSERT(0 == uv_timer_init(loop, timers + i));
61 ASSERT(0 == uv_timer_start(timers + i, timer_cb, timeout, 0));
69 uv_close((uv_handle_t*) (timers + i), close_cb);
76 free(timers);
  /src/external/gpl3/gdb/dist/sim/lm32/
dv-lm32timer.c 92 struct lm32timer *timers = hw_data (me); local
106 timer_reg = base - timers->base;
111 timers->status = value;
114 timers->control = value;
115 if (timers->control & 0x4)
122 timers->period = value;
136 struct lm32timer *timers = hw_data (me); local
143 timer_reg = base - timers->base;
148 value = timers->status;
151 value = timers->control
201 struct lm32timer *timers; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/lm32/
dv-lm32timer.c 92 struct lm32timer *timers = hw_data (me); local
106 timer_reg = base - timers->base;
111 timers->status = value;
114 timers->control = value;
115 if (timers->control & 0x4)
122 timers->period = value;
136 struct lm32timer *timers = hw_data (me); local
143 timer_reg = base - timers->base;
148 value = timers->status;
151 value = timers->control
201 struct lm32timer *timers; local
    [all...]
  /src/lib/libc/isc/
eventlib_p.h 253 /* Timers. */
255 heap_context timers; member in struct:__anon376
  /src/sys/arch/hppa/dev/
mongoose.c 90 struct timers { struct in struct:mongoose_ctrl
96 } tmr[2]; /* 0x40 -- timers control */
  /src/external/bsd/libbind/dist/isc/
eventlib_p.h 253 /* Timers. */
255 heap_context timers; member in struct:__anon7190
  /src/external/gpl3/gdb/dist/sim/mn10300/
dv-mn103tim.c 31 mn103tim - mn103002 timers (8 and 16 bit)
36 Implements the mn103002 8 and 16 bit timers as described in the mn103002 user guide.
41 reg = <8bit-timers-addr> <8bit-timers-size> <16bit-timers-addr> <16bit-timers-size>
49 /* The timers' register address blocks */
170 struct mn103tim *timers)
188 timers->block[i].base = attach_address;
192 timers->block[i].bound = attach_address + (attach_size - 1)
203 struct mn103tim *timers; local
532 struct mn103tim *timers = hw_data (me); local
570 struct mn103tim *timers = hw_data(me); local
611 struct mn103tim *timers = hw_data(me); local
985 struct mn103tim *timers = hw_data (me); local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mn10300/
dv-mn103tim.c 31 mn103tim - mn103002 timers (8 and 16 bit)
36 Implements the mn103002 8 and 16 bit timers as described in the mn103002 user guide.
41 reg = <8bit-timers-addr> <8bit-timers-size> <16bit-timers-addr> <16bit-timers-size>
49 /* The timers' register address blocks */
170 struct mn103tim *timers)
188 timers->block[i].base = attach_address;
192 timers->block[i].bound = attach_address + (attach_size - 1)
203 struct mn103tim *timers; local
532 struct mn103tim *timers = hw_data (me); local
570 struct mn103tim *timers = hw_data(me); local
611 struct mn103tim *timers = hw_data(me); local
985 struct mn103tim *timers = hw_data (me); local
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 512 #define HPET_TIMER_NUM 3 /* 3 timers supported now */
523 struct { /* timers */
528 } timers[HPET_TIMER_NUM]; member in struct:hvm_hw_hpet
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 2470 unsigned int timers = 0, timers_shift = 22; local
2474 timers = 1;
2477 timers = 2;
2480 timers = 3;
2507 t3_write_reg(adap, A_TP_CMM_TIMER_BASE, V_CMTIMERMAXNUM(timers) | m);

Completed in 42 milliseconds