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

/xnu-2422.115.4/osfmk/kern/
H A Dbsd_kern.c679 thread_t thact; local
688 for (thact = (thread_t)(void *)queue_first(&task->threads);
689 !queue_end(&task->threads, (queue_entry_t)thact); ) {
690 addr = (thuniqueid==0)?thact->machine.cthread_self: thact->thread_id;
695 if ((kret = thread_info_internal(thact, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &count)) != KERN_SUCCESS) {
707 ptinfo->pth_curpri = thact->sched_pri;
708 ptinfo->pth_priority = thact->priority;
709 ptinfo->pth_maxpriority = thact->max_priority;
711 if ((vpp != NULL) && (thact
730 thread_t thact; local
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_sig.c441 thread_t thact; local
448 thact = p->p_vforkact;
449 uth = (struct uthread *)get_bsdthread_info(thact);
475 thread_t thact; local
481 thact = p->p_vforkact;
482 uth = (struct uthread *)get_bsdthread_info(thact);
505 thread_t thact; local
511 thact = p->p_vforkact;
512 uth = (struct uthread *)get_bsdthread_info(thact);
535 thread_t thact; local
[all...]

Completed in 72 milliseconds