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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h689 extern task_t get_threadtask(thread_t);
691 task_has_64BitAddr(get_threadtask(thd))
H A Dbsd_kern.c319 task_t get_threadtask(thread_t th) function
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c267 sig_task = get_threadtask(th_act);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c464 return get_threadtask(thread);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_fork.c505 child_task = get_threadtask(child_thread);
603 child = (proc_t)(get_bsdtask_info(get_threadtask(newth)));
679 if ((t = (task_t)get_threadtask(newth)) != NULL) {
H A Dbsd_init.c907 bsd_init_task = get_threadtask(thread);
H A Dmach_loader.c372 task = (task_t)get_threadtask(thread);
968 task = get_threadtask(thread);
H A Dkern_credential.c2473 if ((p = (proc_t) get_bsdtask_info(get_threadtask(current_thread()))) == NULL)
2545 if ((procp = (proc_t) get_bsdtask_info(get_threadtask(current_thread()))) == NULL)
H A Dkern_sig.c1444 sig_task = get_threadtask(sig_actthread);
1554 sig_task = get_threadtask(thread);
H A Dkern_exit.c238 if (get_threadtask(self) != task) {
H A Dkern_exec.c830 task = new_task = get_threadtask(thread);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_thread_ppc.c448 task_t task = get_threadtask(thread);
593 task_t task = get_threadtask(thread);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c1203 kr = task_get_gssd_port(get_threadtask(req->r_thread), &cp->gss_clnt_mport);
2371 kr = task_get_gssd_port(get_threadtask(current_thread()), &mp);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c1172 task = get_threadtask(ctx->vc_thread);
1195 task = get_threadtask(ctx->vc_thread);

Completed in 188 milliseconds