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

/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386_native.c83 pcb_t parent_pcb = THREAD_TO_PCB(parent); local
107 child_pcb->cthread_self = parent_pcb->cthread_self;
109 child_pcb->cthread_desc = parent_pcb->cthread_desc;
116 if (parent_pcb->uldt_selector!= 0) {
117 child_pcb->uldt_selector = parent_pcb->uldt_selector;
118 child_pcb->uldt_desc = parent_pcb->uldt_desc;

Completed in 71 milliseconds