Home
last modified time | relevance | path

Searched refs:get_bsdthreadtask_info (Results 1 – 11 of 11) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_fork.c578 child_proc = (proc_t)get_bsdthreadtask_info(child_thread); in fork()
H A Dkern_proc.c2007 p = (proc_t)(get_bsdthreadtask_info(thread)); in proc_findthread()
H A Dkern_descrip.c694 if (ut->uu_kqr_bound && get_bsdthreadtask_info(self) == p) { in fdt_exec()
H A Dkern_exec.c3545 p = (proc_t)get_bsdthreadtask_info(imgp->ip_new_thread); in posix_spawn()
/xnu-8019.80.24/osfmk/kern/
H A Dtask.h1190 extern void *get_bsdthreadtask_info(thread_t);
H A Dbsd_kern.c113 get_bsdthreadtask_info(thread_t th) in get_bsdthreadtask_info() function
/xnu-8019.80.24/osfmk/arm64/
H A Dsleh.c1603 p = get_bsdthreadtask_info(thread); in handle_svc()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_socket.c5532 proc_t p = thd ? get_bsdthreadtask_info(thd) : NULL; in nfs_noremotehang()
5620 if (NMFLAG(nmp, INTR) && ((p = get_bsdthreadtask_info(thd))) && in nfs_sigintr()
6076 proc_t p = thd ? get_bsdthreadtask_info(thd) : NULL; in nfs_msg()
H A Dnfs_gss.c1820 proc = (proc_t)get_bsdthreadtask_info(req->r_thread); in nfs_gss_clnt_log_error()
H A Dnfs4_vnops.c2671 …proc_t p = thd ? get_bsdthreadtask_info(thd) : current_proc(); // XXX async I/O requests don't ha… in nfs_get_stateid()
/xnu-8019.80.24/bsd/vfs/
H A Dkpi_vfs.c1320 proc = (proc_t)get_bsdthreadtask_info(ctx->vc_thread); in vfs_context_proc()
1428 (proc = (proc_t)get_bsdthreadtask_info(ctx->vc_thread)) != NULL) { in vfs_context_cwd()