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

1234567

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLocks.cpp91 thread_t thread;
H A DIOLib.cpp153 thread_t thread;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c545 thread_t athread = thr_act->thread;
606 thread_t athread;
1369 thread_t thread;
1376 queue_iterate(q, thread, thread_t, links) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Duser_ldt.c374 thread_t thread)
H A Dlocks_i386.c1697 thread_t holder;
1719 while ((holder = (thread_t) mutex->lck_mtx_locked) != NULL) {
1720 if ((holder == (thread_t)MUTEX_LOCKED_AS_SPIN) ||
H A Dloose_ends.c739 void inval_copy_windows(thread_t thread)
757 thread_t thread;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h152 thread_t ip_thread; /* who made me? thread context */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c63 machine_trace_thread(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p);
66 machine_trace_thread64(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p);
658 machine_trace_thread(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p)
740 machine_trace_thread64(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p)
H A Dkdp_vm.c254 kern_collectth_state(thread_t thread, tir_t *t)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_init.c147 thread_t thread;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_protos.h76 thread_t thread);
H A Dvm_pageout.c284 static thread_t vm_pageout_external_iothread = THREAD_NULL;
285 static thread_t vm_pageout_internal_iothread = THREAD_NULL;
2084 thread_t self = current_thread();
2240 thread_t self = current_thread();
2252 thread_t self = current_thread();
2287 thread_t self = current_thread();
2288 thread_t thread;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dprofile_prvd.c69 extern struct savearea *find_kern_regs(thread_t);
71 extern x86_saved_state32_t *find_kern_regs(thread_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_glue.h480 extern struct regs *find_user_regs( thread_t thread);
H A Dvnode.h584 thread_t vfs_context_thread(vfs_context_t);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Ddebug.c212 thread_t thread;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_resource.c220 thread_t thread;
439 thread_t thread;
1065 thread_t thread = THREAD_NULL;
H A Dkern_exec.c145 thread_t fork_create_child(task_t parent_task, proc_t child_proc, int inherit_memory, int is64bit);
155 thread_t thread);
163 extern struct savearea *get_user_regs(thread_t);
718 thread_t thread;
H A Dkdebug.c53 void task_act_iterate_wth_args(task_t, void(*)(thread_t, void *), void *);
524 kdbg_resolve_map(thread_t th_act, void *opaque)
H A Dsys_generic.c143 extern void *get_bsduthreadarg(thread_t);
144 extern int *get_bsduthreadrval(thread_t);
948 thread_t th_act;
1098 thread_t th_act;
1741 thread_t cur_act = current_thread();
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_socket.c110 kern_return_t thread_terminate(thread_t);
400 thread_t thd = current_thread();
527 thread_t thd = current_thread();
1367 thread_t thd,
1940 thread_t thd,
1983 thread_t thd,
2388 nfs_noremotehang(thread_t thd)
2403 nfs_sigintr(struct nfsmount *nmp, struct nfsreq *req, thread_t thd, int nmplocked)
3200 nfs_msg(thread_t thd,
3221 nfs_down(struct nfsmount *nmp, thread_t th
[all...]
H A Dnfs_syscalls.c122 kern_return_t thread_terminate(thread_t); /* XXX */
266 thread_t thd;
H A Dnfs4_vnops.c265 thread_t thd,
369 thread_t thd,
497 thread_t thd,
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c240 thread_t thread = current_thread();
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c212 kern_collectth_state(thread_t thread, tir_t *t)

Completed in 283 milliseconds

1234567