Searched refs:last_dispatch (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstartup.c437 processor->last_dispatch = mach_absolute_time();
438 timer_start(&thread->system_timer, processor->last_dispatch);
441 timer_start(&PROCESSOR_DATA(processor, system_state), processor->last_dispatch);
H A Dmachine.c289 processor->last_dispatch = mach_absolute_time();
290 timer_stop(PROCESSOR_DATA(processor, thread_timer), processor->last_dispatch);
H A Dprocessor.h134 uint64_t last_dispatch; /* time of last dispatch */ member in struct:processor
H A Dsched_prim.c1380 processor->last_dispatch = mach_absolute_time();
1381 thread_timer_event(processor->last_dispatch, &processor->idle_thread->system_timer);
1410 processor->last_dispatch = mach_absolute_time();
1411 thread_timer_event(processor->last_dispatch, &thread->system_timer);
1416 processor->quantum_end = processor->last_dispatch + thread->current_quantum;
1420 thread->computation_epoch = processor->last_dispatch;
1530 processor->last_dispatch = mach_absolute_time();
1531 thread_timer_event(processor->last_dispatch, &thread->system_timer);
1610 processor->last_dispatch = mach_absolute_time();
1611 thread_timer_event(processor->last_dispatch,
[all...]

Completed in 48 milliseconds