Home
last modified time | relevance | path

Searched refs:mono_mach_arch_get_thread_states (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmach-support-unknown.c69 mono_mach_arch_get_thread_states (thread_port_t thread, thread_state_t state, mach_msg_type_number_… in mono_mach_arch_get_thread_states() function
H A Dmach-support.h45 kern_return_t mono_mach_arch_get_thread_states (thread_port_t thread, thread_state_t state, mach_ms…
H A Dmach-support-arm.c114 mono_mach_arch_get_thread_states (thread_port_t thread, thread_state_t state, mach_msg_type_number_… in mono_mach_arch_get_thread_states() function
H A Dmono-threads-mach.c128 …ret = mono_mach_arch_get_thread_states (info->native_handle, state, &num_state, fpstate, &num_fpst… in mono_threads_suspend_begin_async_resume()
H A Dmach-support-arm64.c123 mono_mach_arch_get_thread_states (thread_port_t thread, thread_state_t state, mach_msg_type_number_… in mono_mach_arch_get_thread_states() function
H A Dmach-support-x86.c118 mono_mach_arch_get_thread_states (thread_port_t thread, thread_state_t state, mach_msg_type_number_… in mono_mach_arch_get_thread_states() function
H A Dmach-support-amd64.c135 mono_mach_arch_get_thread_states (thread_port_t thread, thread_state_t state, mach_msg_type_number_… in mono_mach_arch_get_thread_states() function
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-darwin.c119 …ret = mono_mach_arch_get_thread_states (info->native_handle, state, &num_state, fpstate, &num_fpst… in mono_thread_state_init_from_handle()