Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dipc_tt.c874 thread_ro_t tro = get_thread_ro(thread); in ipc_main_thread_set_immovable_pinned()
993 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_disable()
1047 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_terminate()
1139 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_reset()
1372 thread_ro_t tro = get_thread_ro(thread); in retrieve_thread_self_fast()
1764 return thread_get_special_port_internal(thread, get_thread_ro(thread), in thread_get_special_port()
1806 tro = get_thread_ro(thread); in thread_get_special_port_from_user()
1927 tro = get_thread_ro(thread); in thread_set_special_port()
3365 thread_ro_t tro = get_thread_ro(thread); in convert_thread_to_port()
3372 thread_ro_t tro = get_thread_ro(thread); in convert_thread_read_to_port()
[all …]
H A Dbsd_kern.c114 return get_thread_ro(th)->tro_proc; in get_bsdthreadtask_info()
149 get_thread_ro(thread_t th) in get_thread_ro() function
170 return get_thread_ro(current_thread()); in current_thread_ro()
176 thread_ro_t tro = get_thread_ro(th); in clear_thread_ro_proc()
856 return get_thread_ro(th)->tro_task; in get_threadtask()
H A Dthread_act.c269 ipc_thread_port_unpin(get_thread_ro(thread)->tro_self_port); in thread_terminate_internal()
363 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.c364 thread_ro_t tro = get_thread_ro(th); in thread_ro_destroy()
459 thread_ro_t tro = get_thread_ro(thread); in thread_terminate_self()
4052 tro = get_thread_ro(thread); in thread_port_with_flavor_no_senders()
H A Dthread.h1617 extern thread_ro_t get_thread_ro(thread_t) __pure2;
/xnu-11417.140.69/bsd/dev/dtrace/
H A Dfbt_blacklist.c156 CRITICAL(get_thread_ro)
/xnu-11417.140.69/bsd/dev/i386/
H A Dsystemcalls.c112 p = get_thread_ro(thread)->tro_proc; in unix_syscall()
/xnu-11417.140.69/bsd/pthread/
H A Dpthread_workqueue.c1944 thread_ro_t tro = get_thread_ro(thread); in workq_sched_callback()