Searched refs:child_pcb (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386_native.c84 pcb_t child_pcb = THREAD_TO_PCB(child); local
104 child_pcb->cthread_self = parent_pcb->cthread_self;
106 child_pcb->cthread_desc = parent_pcb->cthread_desc;
114 child_pcb->uldt_selector = parent_pcb->uldt_selector;
115 child_pcb->uldt_desc = parent_pcb->uldt_desc;

Completed in 66 milliseconds