Home
last modified time | relevance | path

Searched refs:convert_thread_read_to_port (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dexception.c364 thread_port = convert_thread_read_to_port(thread); in exception_deliver()
513 thread_port = convert_thread_read_to_port(thread); in exception_deliver()
H A Dthread.h1826 extern ipc_port_t convert_thread_read_to_port(thread_read_t);
H A Dipc_tt.c3357 convert_thread_read_to_port(thread_read_t thread) in convert_thread_read_to_port() function
3392 port = convert_thread_read_to_port(thread); in convert_thread_array_to_ports()
/xnu-11215.1.10/osfmk/mach/
H A Dmach_types.defs191 outtran: mach_port_t convert_thread_read_to_port(thread_read_t)