Searched refs:uthread_t (Results 1 - 25 of 28) sorted by relevance

12

/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c292 uthread_t ut = get_bsdthread_info(current_thread());
365 uthread_t parent_uthread = (uthread_t)get_bsdthread_info(parent_thread);
722 uthread_t uth = get_bsdthread_info(th);
1124 uthread_t parent_uthread = (uthread_t)get_bsdthread_info(current_thread());
1455 uthread_t uth;
1456 uthread_t uth_parent;
1466 uth = (uthread_t)ut;
1477 uth_parent = (uthread_t)get_bsdthread_inf
[all...]
H A Dbsd_init.c482 ut = (uthread_t)get_bsdthread_info(current_thread());
1013 ut = (uthread_t)get_bsdthread_info(thread);
H A Dmach_process.c408 ut = (uthread_t)get_bsdthread_info(th_act);
H A Dkern_event.c1473 uthread_t ut;
1546 ut = (uthread_t)get_bsdthread_info(current_thread());
2135 uthread_t ut = (uthread_t)get_bsdthread_info(self);
2241 uthread_t ut = (uthread_t)get_bsdthread_info(current_thread());
H A Dkern_exit.c1208 uthread_t uth;
1240 uthread_t uth;
1429 uthread_t uth;
1476 uthread_t uth;
H A Dkern_prot.c1964 uthread_t uthread;
1965 uthread = (uthread_t)get_bsdthread_info(current_thread());
H A Dkern_resource.c114 int uthread_get_background_state(uthread_t);
H A Dkern_credential.c3478 uthread_t uthread;
3493 * Parameters: uthread_t The uthread to update
3505 kauth_cred_uthread_update(uthread_t uthread, proc_t proc)
H A Dkern_proc.c863 uthread_t uth = TAILQ_FIRST(&proc->p_uthlist);
H A Dsys_generic.c1742 uthread_t uth = get_bsdthread_info(current_thread());
/xnu-2782.1.97/bsd/dev/i386/
H A Ddtrace_subr_x86.c83 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
H A Dfasttrap_isa.c750 fasttrap_sigsegv(proc_t *p, uthread_t t, user_addr_t addr)
958 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
1516 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
2163 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c145 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
177 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
261 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
682 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
970 uthread_t uthread = (uthread_t)get_bsdthread_inf
[all...]
H A Dfasttrap.c273 fasttrap_sigtrap(proc_t *p, uthread_t t, user_addr_t pc)
H A Ddtrace.c3355 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
5625 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
5639 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
5666 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c230 static void throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int flags, boolean_t isssd);
231 static int throttle_get_thread_throttle_level(uthread_t ut);
1037 uthread_t ut, utlist;
1094 ut = (uthread_t)TAILQ_FIRST(&info->throttle_uthlist[wake_level]);
1130 throttle_add_to_list(struct _throttle_io_info_t *info, uthread_t ut, int mylevel, boolean_t insert_tail)
1315 rethrottle_thread(uthread_t ut)
1509 throttle_get_io_policy(uthread_t *ut)
1518 throttle_get_passive_io_policy(uthread_t *ut)
1528 throttle_get_thread_throttle_level(uthread_t ut)
1648 uthread_t u
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dfasttrap_impl.h183 extern void fasttrap_sigtrap(proc_t *, uthread_t, user_addr_t);
H A Duser.h286 typedef struct uthread * uthread_t; typedef in typeref:struct:uthread
H A Dmount_internal.h480 void rethrottle_thread(uthread_t ut);
481 void throttle_info_reset_window(uthread_t ut);
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d26 inline uthread_t uthread = (mach_kernel`uthread_t)(curthread->uthread); /* ` */
309 pr_wchan = (uintptr_t)(((uthread_t)(T->uthread))->uu_wchan);
319 pr_syscall = ((uthread_t)(T->uthread))->uu_code;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_lookup.c657 uthread_t ut = (struct uthread *)get_bsdthread_info(current_thread());
H A Dhfs_readwrite.c282 throttle_info_reset_window((uthread_t)get_bsdthread_info(current_thread()));
831 throttle_info_reset_window((uthread_t)get_bsdthread_info(current_thread()));
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c354 uthread_t uu;
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c179 uthread_t ut = (struct uthread *)get_bsdthread_info(current_thread());
H A Dkpi_vfs.c1171 uthread_t uth = get_bsdthread_info(ctx->vc_thread);
1229 volatile uthread_t ut = (uthread_t)get_bsdthread_info(current_thread());

Completed in 257 milliseconds

12