Searched refs:tstamp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtimer.c78 timer->tstamp = 0;
120 uint64_t tstamp)
122 timer->tstamp = tstamp;
128 uint64_t tstamp)
130 timer_advance(timer, tstamp - timer->tstamp);
139 uint64_t tstamp,
142 timer_advance(timer, tstamp - timer->tstamp);
118 timer_start( timer_t timer, uint64_t tstamp) argument
126 timer_stop( timer_t timer, uint64_t tstamp) argument
137 timer_switch( timer_t timer, uint64_t tstamp, timer_t new_timer) argument
162 thread_timer_event( uint64_t tstamp, timer_t new_timer) argument
[all...]
H A Dtimer.h73 uint64_t tstamp; member in struct:timer
103 #define timer_start(timer, tstamp)
104 #define timer_stop(timer, tstamp)
105 #define timer_switch(timer, tstamp, new_timer)
106 #define thread_timer_event(tstamp, new_timer)
115 uint64_t tstamp);
120 uint64_t tstamp);
125 uint64_t tstamp,
130 uint64_t tstamp,
H A Dthread.c1374 (abstime - timer->tstamp); /* XXX need interrupts off to prevent missed time? */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c1708 unsigned int tstamp, i, mycpu; local
1770 tstamp = PerProcTable[i].ppe_vaddr->ruptStamp[1]; /* Save the processor's last interrupt time stamp */
1772 if(!hw_cpu_wcng(&PerProcTable[i].ppe_vaddr->ruptStamp[1], tstamp, LockTimeOut)) { /* Wait for the other processors to enter debug */
H A Dgenassym.c866 DECLARE("TIMER_TSTAMP", offsetof(struct timer *, tstamp));
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dgenassym.c531 offsetof(struct timer *, tstamp));

Completed in 47 milliseconds