Home
last modified time | relevance | path

Searched refs:thread_ro_t (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dipc_tt.c818 thread_ro_t tro, in ipc_thread_init()
873 thread_ro_t tro = get_thread_ro(thread); in ipc_main_thread_set_immovable_pinned()
955 thread_ro_t tro, in ipc_thread_ro_update_ports()
1046 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_terminate()
1702 thread_ro_t tro, in thread_get_special_port_internal()
1794 thread_ro_t tro; in thread_get_special_port_from_user()
1902 thread_ro_t tro = NULL; in thread_set_special_port()
3286 thread_ro_t tro, in convert_thread_to_port_with_flavor()
4295 thread_ro_t tro; in thread_set_exception_ports_internal()
4522 thread_ro_t tro; in thread_swap_exception_ports()
[all …]
H A Dthread.h170 typedef struct thread_ro *thread_ro_t; typedef
1603 extern thread_ro_t get_thread_ro_unchecked(thread_t) __pure2;
1604 extern thread_ro_t get_thread_ro(thread_t) __pure2;
1605 extern thread_ro_t current_thread_ro_unchecked(void) __pure2;
1606 extern thread_ro_t current_thread_ro(void) __pure2;
1613 extern void uthread_init(task_t, struct uthread *, thread_ro_t, int);
1615 extern void uthread_cleanup(struct uthread *, thread_ro_t);
H A Dbsd_kern.c134 __thread_ro_circularity_panic(thread_t th, thread_ro_t tro) in __thread_ro_circularity_panic()
140 thread_ro_t
146 thread_ro_t
149 thread_ro_t tro = th->t_tro; in get_thread_ro()
159 thread_ro_t
165 thread_ro_t
174 thread_ro_t tro = get_thread_ro(th); in clear_thread_ro_proc()
H A Dipc_tt.h122 thread_ro_t tro,
H A Dexception.c728 thread_ro_t tro; in exception_triage_thread()
H A Dthread.c348 thread_ro_create(task_t parent_task, thread_t th, thread_ro_t tro_tpl) in thread_ro_create()
362 thread_ro_t tro = get_thread_ro(th); in thread_ro_destroy()
457 thread_ro_t tro = get_thread_ro(thread); in thread_terminate_self()
3955 thread_ro_t tro; in thread_port_with_flavor_no_senders()
H A Dipc_kobject.c497 thread_ro_t tro = current_thread_ro(); in ipc_kobject_server_internal()
/xnu-11215/osfmk/arm64/
H A Dbsd_arm64.c246 thread_ro_t tro = current_thread_ro(); in mach_syscall()
/xnu-11215/bsd/kern/
H A Dkern_prot.c324 thread_ro_t tro = current_thread_ro(); in gettid()
1159 kern_settid_assume_cred(thread_ro_t tro, kauth_cred_t tmp) in kern_settid_assume_cred()
1357 thread_ro_t tro = current_thread_ro(); in setgroups_internal()
H A Dkern_fork.c1301 uthread_init(task_t task, uthread_t uth, thread_ro_t tro_tpl, int workq_thread) in uthread_init()
1338 thread_ro_t curtro = current_thread_ro(); in uthread_init()
1442 uthread_cleanup(uthread_t uth, thread_ro_t tro) in uthread_cleanup()
H A Dkern_credential.c3470 thread_ro_t tro = current_thread_ro(); in current_cached_proc_cred()
3499 kauth_cred_thread_update_slow(thread_ro_t tro, proc_t proc) in kauth_cred_thread_update_slow()
3526 thread_ro_t tro = current_thread_ro(); in current_cached_proc_cred_update()
/xnu-11215/osfmk/i386/
H A Dbsd_i386.c571 thread_ro_t tro = current_thread_ro(); in mach_call_munger()
690 thread_ro_t tro = current_thread_ro(); in mach_call_munger64()
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1943 thread_ro_t tro = get_thread_ro(thread); in workq_sched_callback()