Searched refs:thread_t (Results 151 - 173 of 173) sorted by relevance

1234567

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c337 thread_t thr = vfs_context_thread(ap->a_context);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_subs.c86 thread_t thd;
H A Dnfs_vfsops.c2006 thread_t thd,
2090 thread_t thd = vfs_context_thread(ctx);
2205 thread_t thd = vfs_context_thread(ctx);
2331 thread_t thd;
H A Dnfs_vnops.c1770 thread_t thd,
1891 thread_t thd;
2435 thread_t thd,
2536 thread_t thd,
3171 thread_t thd,
5581 thread_t thd;
5865 thread_t thd;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_interface.c104 extern thread_t db_default_act;
H A Dpmap.c218 void dump_4GB_pdpt_thread(thread_t tp);
3866 thread_t thread = current_thread();
4730 void dump_4GB_pdpt_thread(thread_t tp)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_credential.c475 thread_t thread;
580 thread_t thread = current_thread();
H A Dtty.c2327 extern kern_return_t thread_info_internal(thread_t thread,
2339 thread_t thread;
H A Dubc_subr.c766 ubc_setthreadcred(struct vnode *vp, proc_t p, thread_t thread)
H A Duipc_usrreq.c1369 static thread_t unp_gcthread = NULL;
H A Dkern_aio.c2265 thread_t myThread;
H A Dkern_audit.c162 static thread_t audit_worker_thread = THREAD_NULL;
H A Dkern_proc.c740 * XXX thread_t's instead. This maintains historical behaviour, but really
743 thread_t
H A Duipc_syscalls.c194 thread_t thread;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmappings.c1572 void inval_copy_windows(__unused thread_t th)
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1816 thread_t th = vfs_context_thread(ctx);
1871 thread_t th = vfs_context_thread(ctx);
1945 thread_t th = vfs_context_thread(ctx);
H A Dkpi_vfs.c1207 * Returns: thread_t The thread for this context, or
1210 * Notes: NULL thread_t's are legal, but discouraged. They occur only
1217 thread_t
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c3521 thread_t cur_thread;
6418 thread_t thread = current_thread();
10595 thread_t thread = current_thread();
H A Dvm_fault.c3609 thread_t thread = current_thread();
H A Dvm_object.c589 thread_t thread;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c2284 thread_t self = current_thread();
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c2523 thread_t thread;
5341 thread_t thread = current_thread();
5969 thread_t thread = current_thread();
5991 thread_t thread = current_thread();
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp139 static thread_t gIOTerminateThread;

Completed in 223 milliseconds

1234567