Home
last modified time | relevance | path

Searched refs:src_thread (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread.c1011 thread_t src_thread) in thread_copy_resource_info() argument
1013 dst_thread->c_switch = src_thread->c_switch; in thread_copy_resource_info()
1014 dst_thread->p_switch = src_thread->p_switch; in thread_copy_resource_info()
1015 dst_thread->ps_switch = src_thread->ps_switch; in thread_copy_resource_info()
1016 dst_thread->sched_time_save = src_thread->sched_time_save; in thread_copy_resource_info()
1017 dst_thread->runnable_timer = src_thread->runnable_timer; in thread_copy_resource_info()
1018 dst_thread->vtimer_user_save = src_thread->vtimer_user_save; in thread_copy_resource_info()
1019 dst_thread->vtimer_prof_save = src_thread->vtimer_prof_save; in thread_copy_resource_info()
1021 dst_thread->vtimer_qos_save = src_thread->vtimer_qos_save; in thread_copy_resource_info()
1022 dst_thread->syscalls_unix = src_thread->syscalls_unix; in thread_copy_resource_info()
[all …]
H A Dthread.h1143 thread_t src_thread);
/xnu-11215/bsd/kern/
H A Dkern_exec.c274 void thread_copy_resource_info(thread_t dst_thread, thread_t src_thread);