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

/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386_native.c84 pcb_t child_pcb = THREAD_TO_PCB(child); local
107 child_pcb->cthread_self = parent_pcb->cthread_self;
109 child_pcb->cthread_desc = parent_pcb->cthread_desc;
117 child_pcb->uldt_selector = parent_pcb->uldt_selector;
118 child_pcb->uldt_desc = parent_pcb->uldt_desc;

Completed in 12 milliseconds