Home
last modified time | relevance | path

Searched refs:timer_stop (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dtimer.h122 void timer_stop(timer_t timer, uint64_t tstamp);
H A Dtimer.c112 timer_stop(timer_t timer, uint64_t tstamp) in timer_stop() function
H A Dmachine.c448 timer_stop(processor->current_state, processor->last_dispatch); in processor_offline_intstack()
H A Dsched_prim.c3525 timer_stop(&thread->runnable_timer, processor->last_dispatch); in thread_dispatch()
/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines.c1174 timer_stop(pd->current_state, now); in timer_state_event()
1178 timer_stop(pd->thread_timer, now); in timer_state_event()
/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c2271 timer_stop(pd->current_state, now); in timer_state_event()
2275 timer_stop(pd->thread_timer, now); in timer_state_event()