Searched refs:timer_update (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/osfmk/kperf/ |
| H A D | lazy.c | 96 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 D | timer.h | 127 void timer_update(timer_t timer, uint64_t tstamp);
|
| H A D | timer.c | 118 timer_update(timer_t timer, uint64_t tstamp) in timer_update() function
|
| H A D | priority.c | 207 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 D | sched_prim.c | 2928 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 D | thread.c | 2165 timer_update(processor->thread_timer, mach_absolute_time()); in thread_get_runtime_self()
|