Searched refs:get_bsdthreadtask_info (Results 1 – 11 of 11) sorted by relevance
575 child_proc = (proc_t)get_bsdthreadtask_info(child_thread); in fork()
2026 p = (proc_t)(get_bsdthreadtask_info(thread)); in proc_findthread()
692 if (ut->uu_kqr_bound && get_bsdthreadtask_info(self) == p) { in fdt_exec()
3527 p = (proc_t)get_bsdthreadtask_info(imgp->ip_new_thread); in posix_spawn()
1192 extern void *get_bsdthreadtask_info(thread_t);
113 get_bsdthreadtask_info(thread_t th) in get_bsdthreadtask_info() function
1642 p = get_bsdthreadtask_info(thread); in handle_svc()
5548 proc_t p = thd ? get_bsdthreadtask_info(thd) : NULL; in nfs_noremotehang()5644 if (NMFLAG(nmp, INTR) && ((p = get_bsdthreadtask_info(thd))) && in nfs_sigintr()6100 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()
2675 …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()