Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A Dbsd_i386_native.c80 pcb_t parent_pcb = THREAD_TO_PCB(parent); in machine_thread_dup() local
102 child_pcb->cthread_self = parent_pcb->cthread_self; in machine_thread_dup()
104 child_pcb->cthread_desc = parent_pcb->cthread_desc; in machine_thread_dup()
112 if (parent_pcb->uldt_selector != 0) { in machine_thread_dup()
113 child_pcb->uldt_selector = parent_pcb->uldt_selector; in machine_thread_dup()
114 child_pcb->uldt_desc = parent_pcb->uldt_desc; in machine_thread_dup()