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

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.h151 timer_call_data_t quantum_timer; /* timer for quantum expiration */ member in struct:processor
H A Dpriority.c193 timer_call_enter1(&processor->quantum_timer, thread,
H A Dprocessor.c160 timer_call_setup(&processor->quantum_timer, thread_quantum_expire, processor);
H A Dsched_prim.c2036 timer_call_cancel(&processor->quantum_timer);
2067 timer_call_enter1(&processor->quantum_timer, thread, processor->quantum_end, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL);
2695 timer_call_enter1(&processor->quantum_timer, self, processor->quantum_end, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL);
2702 timer_call_cancel(&processor->quantum_timer);

Completed in 190 milliseconds