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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c247 child_pcb->cthread_self = parent_pcb->cthread_self;
470 current_thread()->machine.pcb->cthread_self = (uint64_t) self;
478 return ((kern_return_t)current_thread()->machine.pcb->cthread_self);
489 pcb->cthread_self = (uint64_t) self; /* preserve old func too */
505 pcb->cthread_self = (uint64_t) pself; /* preserve old func too */
517 pcb->cthread_self = pself;
538 pcb->cthread_self = self;
H A Dthread.h138 uint64_t cthread_self; /* for use of cthread package */ member in struct:pcb
H A Dpcb.c564 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dthread.h172 uint64_t cthread_self; /* for use of cthread package */ member in struct:machine_thread
H A Dpcb.c632 ppinfo->Uassist = new->machine.cthread_self;
H A Dstatus.c1350 thread->machine.cthread_self = pself;
1354 thread->machine.cthread_self = pself;
H A Dgenassym.c501 DECLARE("CTHREAD_SELF", offsetof(thread_t, machine.cthread_self));
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c588 if (thact->machine.cthread_self == thaddr)
590 if (thact->machine.pcb->cthread_self == thaddr)
647 thaddr = thact->machine.cthread_self;
649 thaddr = thact->machine.pcb->cthread_self;

Completed in 104 milliseconds