Searched refs:get_bsdthreadtask_info (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask.h346 extern void *get_bsdthreadtask_info(thread_t);
H A Dbsd_kern.c76 void *get_bsdthreadtask_info(thread_t th) function
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_socket.c2390 proc_t p = thd ? get_bsdthreadtask_info(thd) : NULL;
2450 proc_pendingsignals(get_bsdthreadtask_info(thd), NFSINT_SIGMASK))
3205 proc_t p = thd ? get_bsdthreadtask_info(thd) : NULL;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c1147 proc = (proc_t)get_bsdthreadtask_info(ctx->vc_thread);
1254 (proc = (proc_t)get_bsdthreadtask_info(ctx->vc_thread)) != NULL &&

Completed in 47 milliseconds