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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c577 thread_t thact; local
585 for (thact = (thread_t)queue_first(&task->threads);
586 !queue_end(&task->threads, (queue_entry_t)thact); ) {
588 if (thact->machine.cthread_self == thaddr)
590 if (thact->machine.pcb->cthread_self == thaddr)
597 if ((kret = thread_info_internal(thact, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &count)) != KERN_SUCCESS) {
614 ptinfo->pth_curpri = thact->sched_pri;
615 ptinfo->pth_priority = thact->priority;
616 ptinfo->pth_maxpriority = thact->max_priority;
618 if ((vpp != NULL) && (thact
636 thread_t thact; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c392 thread_t thact; local
398 thact = p->p_vforkact;
399 uth = (struct uthread *)get_bsdthread_info(thact);
423 thread_t thact; local
429 thact = p->p_vforkact;
430 uth = (struct uthread *)get_bsdthread_info(thact);
453 thread_t thact; local
459 thact = p->p_vforkact;
460 uth = (struct uthread *)get_bsdthread_info(thact);
483 thread_t thact; local
[all...]

Completed in 26 milliseconds