Home
last modified time | relevance | path

Searched refs:thread_timer (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dtimer.c144 timer = processor->thread_timer; in processor_timer_switch_thread()
148 processor->thread_timer = new_timer; in processor_timer_switch_thread()
H A Dprocessor.h402 …timer_t thread_timer; /* points to current thread's user or system timer… member
H A Dstartup.c965 processor->thread_timer = processor->kernel_timer = &thread->system_timer; in load_context()
H A Dpriority.c208 timer_update(processor->thread_timer, ctime); in thread_quantum_expire()
H A Dthread.c2147 timer_update(processor->thread_timer, mach_absolute_time()); in thread_get_runtime_self()
3927 timer = processor->thread_timer; in dtrace_calc_thread_recent_vtime()
/xnu-8020.121.3/osfmk/arm/
H A Dmachine_routines.c1178 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()
H A Dgenassym.c320 offsetof(struct processor, thread_timer)); in main()
H A Darm_init.c449 boot_processor->thread_timer = &thread->system_timer; in arm_init()
/xnu-8020.121.3/osfmk/arm64/
H A Dmachine_routines.c2275 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()
/xnu-8020.121.3/osfmk/i386/
H A Dgenassym.c468 offsetof(struct processor, thread_timer)); in main()