Searched refs:get_bsdthreadtask_info (Results 1 – 11 of 11) sorted by relevance
578 child_proc = (proc_t)get_bsdthreadtask_info(child_thread); in fork()
2007 p = (proc_t)(get_bsdthreadtask_info(thread)); in proc_findthread()
694 if (ut->uu_kqr_bound && get_bsdthreadtask_info(self) == p) { in fdt_exec()
3545 p = (proc_t)get_bsdthreadtask_info(imgp->ip_new_thread); in posix_spawn()
1190 extern void *get_bsdthreadtask_info(thread_t);
113 get_bsdthreadtask_info(thread_t th) in get_bsdthreadtask_info() function
1603 p = get_bsdthreadtask_info(thread); in handle_svc()
5532 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()
1820 proc = (proc_t)get_bsdthreadtask_info(req->r_thread); in nfs_gss_clnt_log_error()
2671 …proc_t p = thd ? get_bsdthreadtask_info(thd) : current_proc(); // XXX async I/O requests don't ha… in nfs_get_stateid()
1320 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()