Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dipc_tt.c909 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_disable()
955 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_terminate()
1042 thread_ro_t tro = get_thread_ro(thread); in ipc_thread_reset()
1246 thread_ro_t tro = get_thread_ro(thread); in retrieve_thread_self_fast()
1594 return thread_get_special_port_internal(thread, get_thread_ro(thread), in thread_get_special_port()
1616 tro = get_thread_ro(thread); in thread_get_special_port_from_user()
1739 tro = get_thread_ro(thread); in thread_set_special_port()
3104 thread_ro_t tro = get_thread_ro(thread); in convert_thread_to_port_immovable()
3200 thread_ro_t tro = get_thread_ro(thread); in convert_thread_to_port()
3207 thread_ro_t tro = get_thread_ro(thread); in convert_thread_read_to_port()
[all …]
H A Dbsd_kern.c113 return get_thread_ro(th)->tro_proc; in get_bsdthreadtask_info()
148 get_thread_ro(thread_t th) in get_thread_ro() function
169 return get_thread_ro(current_thread()); in current_thread_ro()
175 thread_ro_t tro = get_thread_ro(th); in clear_thread_ro_proc()
855 return get_thread_ro(th)->tro_task; in get_threadtask()
H A Dexception.c751 tro = get_thread_ro(thread); in exception_triage_thread()
H A Dthread_act.c279 ipc_thread_port_unpin(get_thread_ro(thread)->tro_ports[THREAD_FLAVOR_CONTROL]); in thread_terminate_internal()
H A Dthread.c368 thread_ro_t tro = get_thread_ro(th); in thread_ro_destroy()
463 thread_ro_t tro = get_thread_ro(thread); in thread_terminate_self()
4094 tro = get_thread_ro(thread); in thread_port_with_flavor_no_senders()
H A Dthread.h1640 extern thread_ro_t get_thread_ro(thread_t) __pure2;
/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfbt_blacklist.c156 CRITICAL(get_thread_ro)
/xnu-12377.41.6/bsd/dev/i386/
H A Dsystemcalls.c112 p = get_thread_ro(thread)->tro_proc; in unix_syscall()
/xnu-12377.41.6/bsd/pthread/
H A Dpthread_workqueue.c1944 thread_ro_t tro = get_thread_ro(thread); in workq_sched_callback()