Searched refs:uthread (Results 51 - 57 of 57) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cache.c542 struct uthread *ut;
H A Dvfs_syscalls.c892 struct uthread * uth = get_bsdthread_info(current_thread());
896 if (uth != (struct uthread *)0)
899 if (uth != (struct uthread *)0)
H A Dvfs_cluster.c419 struct uthread *ut;
3155 struct uthread *ut;
H A Dkpi_vfs.c1308 * get to the vfs_context_t in the uthread associated with a kernel thread.
4513 struct uthread * uth;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c2940 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
2950 return (uthread ? uthread->t_dtrace_errno : -1);
5079 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
5081 if (uthread && uthread->t_dtrace_sig == 0) {
5082 uthread->t_dtrace_sig = sig;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c2349 struct uthread *ut;
H A Duipc_syscalls.c195 struct uthread *ut;

Completed in 210 milliseconds

123