Searched refs:thread_timer (Results 1 – 10 of 10) sorted by relevance
144 timer = processor->thread_timer; in processor_timer_switch_thread()148 processor->thread_timer = new_timer; in processor_timer_switch_thread()
402 …timer_t thread_timer; /* points to current thread's user or system timer… member
965 processor->thread_timer = processor->kernel_timer = &thread->system_timer; in load_context()
208 timer_update(processor->thread_timer, ctime); in thread_quantum_expire()
2147 timer_update(processor->thread_timer, mach_absolute_time()); in thread_get_runtime_self()3927 timer = processor->thread_timer; in dtrace_calc_thread_recent_vtime()
1178 timer_stop(pd->thread_timer, now); in timer_state_event()1179 pd->thread_timer = (switch_to_kernel) ? &thread->system_timer : &thread->user_timer; in timer_state_event()1180 timer_start(pd->thread_timer, now); in timer_state_event()
320 offsetof(struct processor, thread_timer)); in main()
449 boot_processor->thread_timer = &thread->system_timer; in arm_init()
2275 timer_stop(pd->thread_timer, now); in timer_state_event()2276 pd->thread_timer = (switch_to_kernel) ? &thread->system_timer : &thread->user_timer; in timer_state_event()2277 timer_start(pd->thread_timer, now); in timer_state_event()
468 offsetof(struct processor, thread_timer)); in main()