Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dkernel_inspection.c93 …kr = thread_get_exception_ports_info(threads[i], EXC_MASK_ALL, masks, &msk_count, ports_info, beha… in attempt_kernel_inspection()
H A Dexception_ports_info.c97 …kr = thread_get_exception_ports_info(mach_thread_self(), EXC_MASK_ALL, masks, &count, ports_info, …
/xnu-11215.1.10/osfmk/mach/
H A Dthread_act.defs406 routine thread_get_exception_ports_info(
/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.c4856 thread_get_exception_ports_info( in thread_get_exception_ports_info() function