Searched refs:get_bsdthread_info (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dstubs.c91 ut = get_bsdthread_info(th);
99 ut = get_bsdthread_info(th);
H A Ddtrace_subr_ppc.c80 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
H A Dsystemcalls.c107 uthread = get_bsdthread_info(thread_act);
299 uthread = get_bsdthread_info(thread_act);
H A Dunix_signal.c211 ut = get_bsdthread_info(th_act);
731 ut = (struct uthread *)get_bsdthread_info(th_act);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dstubs.c126 ut = get_bsdthread_info(th);
141 ut = get_bsdthread_info(th);
H A Dsystemcalls.c96 uthread = get_bsdthread_info(thread);
264 uthread = get_bsdthread_info(thread);
430 uthread = get_bsdthread_info(thread);
H A Ddtrace_subr_x86.c83 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
H A Dunix_signal.c129 ut = get_bsdthread_info(thread);
563 ut = (struct uthread *)get_bsdthread_info(thread);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/chud/
H A Dchud_process.c70 struct uthread *ut = get_bsdthread_info(current_thread());
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c399 uth = (struct uthread *)get_bsdthread_info(thact);
430 uth = (struct uthread *)get_bsdthread_info(thact);
460 uth = (struct uthread *)get_bsdthread_info(thact);
490 uth = (struct uthread *)get_bsdthread_info(thact);
620 ut = (struct uthread *)get_bsdthread_info(thread);
667 ut = (struct uthread *)get_bsdthread_info(current_thread());
710 ut = (struct uthread *)get_bsdthread_info(current_thread());
727 // struct uthread *ut = get_bsdthread_info(current_thread());
743 ut = (struct uthread *)get_bsdthread_info(current_thread());
768 uth = (struct uthread *)get_bsdthread_info(current_threa
[all...]
H A Dbsd_stubs.c85 ut = (struct uthread *)get_bsdthread_info(thread);
H A Dkern_synch.c76 ut = get_bsdthread_info(self);
166 ut = get_bsdthread_info(self);
H A Dbsd_init.c418 bsd_init_kprintf("calling get_bsdthread_info\n");
419 ut = (uthread_t)get_bsdthread_info(current_thread());
905 ut = (uthread_t)get_bsdthread_info(thread);
1006 ut = (struct uthread *)get_bsdthread_info(thread);
H A Dkern_fork.c221 ut = (uthread_t)get_bsdthread_info(cur_act);
340 ut = (uthread_t)get_bsdthread_info(cur_act);
856 uthread_t uth_parent = (uthread_t)get_bsdthread_info(current_thread());
1133 uth_parent = (uthread_t)get_bsdthread_info(current_thread());
H A Dkern_prot.c352 struct uthread *uthread = get_bsdthread_info(current_thread());
1366 struct uthread *uthread = get_bsdthread_info(current_thread());
1437 struct uthread *uthread = get_bsdthread_info(current_thread());
1560 struct uthread *uthread = get_bsdthread_info(current_thread());
1958 uthread = (uthread_t)get_bsdthread_info(current_thread());
H A Dkern_exit.c217 ut = get_bsdthread_info(self);
279 ut = get_bsdthread_info(self);
355 uth = (struct uthread *)get_bsdthread_info(current_thread());
1526 ut = get_bsdthread_info(self);
H A Dmach_process.c369 ut = (uthread_t)get_bsdthread_info(th_act);
H A Dkern_resource.c229 ut = get_bsdthread_info(thread);
446 ut = get_bsdthread_info(thread);
1084 ut = get_bsdthread_info(thread);
H A Dkern_exec.c751 uthread = get_bsdthread_info(thread);
829 uthread = get_bsdthread_info(thread);
1675 uthread = get_bsdthread_info(current_thread());
1957 uthread = get_bsdthread_info(current_thread());
H A Dpthread_synch.c1224 uth = get_bsdthread_info(thread);
1439 uth = get_bsdthread_info(tl->th_thread);
1752 uth = get_bsdthread_info(thread);
1924 uth = get_bsdthread_info(th_to_park);
/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_kernel.h436 struct uthread *__uthread = get_bsdthread_info(current_thread()); \
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c266 ut = get_bsdthread_info(th_act);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvnode_pager.c511 ut = get_bsdthread_info(current_thread());
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h694 extern void *get_bsdthread_info(thread_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c189 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
246 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());

Completed in 140 milliseconds

123