Searched refs:old_uthread (Results 1 – 1 of 1) sorted by relevance
4382 uthread_t old_uthread = current_uthread(); in proc_exec_switch_task() local4400 new_uthread->uu_siglist = old_uthread->uu_siglist; in proc_exec_switch_task()4401 new_uthread->uu_sigwait = old_uthread->uu_sigwait; in proc_exec_switch_task()4402 new_uthread->uu_sigmask = old_uthread->uu_sigmask; in proc_exec_switch_task()4403 new_uthread->uu_oldmask = old_uthread->uu_oldmask; in proc_exec_switch_task()4404 new_uthread->uu_exit_reason = old_uthread->uu_exit_reason; in proc_exec_switch_task()4406 new_uthread->t_dtrace_sig = old_uthread->t_dtrace_sig; in proc_exec_switch_task()4407 new_uthread->t_dtrace_stop = old_uthread->t_dtrace_stop; in proc_exec_switch_task()4408 new_uthread->t_dtrace_resumepid = old_uthread->t_dtrace_resumepid; in proc_exec_switch_task()4410 new_uthread->t_dtrace_scratch = old_uthread->t_dtrace_scratch; in proc_exec_switch_task()[all …]