Home
last modified time | relevance | path

Searched refs:get_thread_ro (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dipc_tt.c873 thread_ro_t tro = get_thread_ro(thread); in ipc_main_thread_set_immovable_pinned()
1046 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_terminate()
1138 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_reset()
1371 thread_ro_t tro = get_thread_ro(thread); in retrieve_thread_self_fast()
1805 tro = get_thread_ro(thread); in thread_get_special_port_from_user()
1922 tro = get_thread_ro(thread); in thread_set_special_port()
3352 thread_ro_t tro = get_thread_ro(thread); in convert_thread_to_port()
3359 thread_ro_t tro = get_thread_ro(thread); in convert_thread_read_to_port()
4306 tro = get_thread_ro(thread); in thread_set_exception_ports_internal()
4554 tro = get_thread_ro(thread); in thread_swap_exception_ports()
[all …]
H A Dbsd_kern.c112 return get_thread_ro(th)->tro_proc; in get_bsdthreadtask_info()
147 get_thread_ro(thread_t th) in get_thread_ro() function
168 return get_thread_ro(current_thread()); in current_thread_ro()
174 thread_ro_t tro = get_thread_ro(th); in clear_thread_ro_proc()
851 return get_thread_ro(th)->tro_task; in get_threadtask()
H A Dthread_act.c268 ipc_thread_port_unpin(get_thread_ro(thread)->tro_self_port); in thread_terminate_internal()
362 assert(get_thread_ro(thread)->tro_self_port->ip_pinned == 1); in thread_terminate_pinned()
H A Dexception.c752 tro = get_thread_ro(thread); in exception_triage_thread()
H A Dthread.c362 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()
4000 tro = get_thread_ro(thread); in thread_port_with_flavor_no_senders()
H A Dthread.h1604 extern thread_ro_t get_thread_ro(thread_t) __pure2;
/xnu-11215/bsd/dev/dtrace/
H A Dfbt_blacklist.c156 CRITICAL(get_thread_ro)
/xnu-11215/bsd/dev/i386/
H A Dsystemcalls.c112 p = get_thread_ro(thread)->tro_proc; in unix_syscall()
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1943 thread_ro_t tro = get_thread_ro(thread); in workq_sched_callback()