Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kperf/
H A Dlazy.c96 timer_update(&thread->runnable_timer, time_now); in kperf_lazy_wait_sample()
97 timer_update(&thread->system_timer, time_now); in kperf_lazy_wait_sample()
141 timer_update(&thread->runnable_timer, time_now); in kperf_lazy_cpu_sample()
142 timer_update(&thread->system_timer, time_now); in kperf_lazy_cpu_sample()
/xnu-8020.140.41/osfmk/kern/
H A Dtimer.h127 void timer_update(timer_t timer, uint64_t tstamp);
H A Dtimer.c118 timer_update(timer_t timer, uint64_t tstamp) in timer_update() function
H A Dpriority.c207 timer_update(processor->current_state, ctime); in thread_quantum_expire()
208 timer_update(processor->thread_timer, ctime); in thread_quantum_expire()
209 timer_update(&thread->runnable_timer, ctime); in thread_quantum_expire()
H A Dsched_prim.c2928 timer_update(&thread->runnable_timer, ctime); in thread_invoke()
2936 timer_update(processor->current_state, ctime); in thread_invoke()
3077 timer_update(&thread->runnable_timer, ctime); in thread_invoke()
3085 timer_update(processor->current_state, ctime); in thread_invoke()
H A Dthread.c2165 timer_update(processor->thread_timer, mach_absolute_time()); in thread_get_runtime_self()