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

12

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c356 uthread_t parent_uthread = (uthread_t)get_bsdthread_info(parent_thread);
702 uthread_t uth = get_bsdthread_info(th);
1092 uthread_t parent_uthread = (uthread_t)get_bsdthread_info(current_thread());
1423 uthread_t uth;
1424 uthread_t uth_parent;
1434 uth = (uthread_t)ut;
1446 uth_parent = (uthread_t)get_bsdthread_info(current_thread());
1507 uthread_t ut
[all...]
H A Dpthread_support.c765 uthread_t uth;
891 uthread_t uth = current_uthread();
1041 uthread_t uth = get_bsdthread_info(th);
1245 uthread_t uth;
1424 uthread_t uth = current_uthread();
1589 uthread_t uth;
1764 uthread_t uth;
1906 uthread_t uth;
2060 uthread_t uth;
2207 uthread_t ut
[all...]
H A Dbsd_init.c485 ut = (uthread_t)get_bsdthread_info(current_thread());
993 ut = (uthread_t)get_bsdthread_info(thread);
H A Dmach_process.c403 ut = (uthread_t)get_bsdthread_info(th_act);
H A Dkern_event.c1355 uthread_t ut;
1428 ut = (uthread_t)get_bsdthread_info(current_thread());
1998 uthread_t ut = (uthread_t)get_bsdthread_info(self);
2102 uthread_t ut = (uthread_t)get_bsdthread_info(current_thread());
H A Dkern_prot.c2005 uthread_t uthread;
2006 uthread = (uthread_t)get_bsdthread_info(current_thread());
H A Dkern_resource.c112 int uthread_get_background_state(uthread_t);
H A Dkern_credential.c3290 uthread_t uthread;
3305 * Parameters: uthread_t The uthread to update
3317 kauth_cred_uthread_update(uthread_t uthread, proc_t proc)
H A Dkern_exit.c1217 uthread_t uth = (struct uthread *)get_bsdthread_info(current_thread());
H A Dkern_exec.c1988 uthread_t child_uthread = uthread;
H A Dkern_proc.c772 uthread_t uth = TAILQ_FIRST(&proc->p_uthlist);
H A Dsys_generic.c1751 uthread_t uth = get_bsdthread_info(current_thread());
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_subr_x86.c83 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
H A Dfasttrap_isa.c760 fasttrap_sigsegv(proc_t *p, uthread_t t, user_addr_t addr)
968 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
1526 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
2173 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c161 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
192 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
276 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
830 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
1129 uthread_t uthread = (uthread_t)get_bsdthread_inf
[all...]
H A Dfasttrap.c281 fasttrap_sigtrap(proc_t *p, uthread_t t, user_addr_t pc)
H A Ddtrace.c3501 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
6194 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
6216 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
6239 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h188 extern void fasttrap_sigtrap(proc_t *, uthread_t, user_addr_t);
H A Duser.h252 typedef struct uthread * uthread_t; typedef in typeref:struct:uthread
H A Dmount_internal.h472 void unthrottle_thread(uthread_t);
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c190 static void throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int policy, int flags, boolean_t isssd);
191 static int throttle_get_thread_throttle_level(uthread_t ut, int policy);
923 uthread_t ut, utlist;
980 ut = (uthread_t)TAILQ_FIRST(&info->throttle_uthlist);
1030 unthrottle_thread(uthread_t ut)
1201 throttle_get_io_policy(uthread_t *ut)
1211 throttle_get_thread_throttle_level(uthread_t ut, int policy)
1314 uthread_t ut;
1427 void throttle_info_reset_window(uthread_t ut)
1441 void throttle_info_set_initial_window(uthread_t u
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c613 uthread_t ut = (struct uthread *)get_bsdthread_info(current_thread());
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c355 uthread_t uu;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c174 uthread_t ut = (struct uthread *)get_bsdthread_info(current_thread());
1174 uthread_t uth;
H A Dkpi_vfs.c1415 uthread_t uth = get_bsdthread_info(ctx->vc_thread);
1473 volatile uthread_t ut = (uthread_t)get_bsdthread_info(current_thread());

Completed in 254 milliseconds

12