Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads.h372 mono_thread_info_safe_suspend_and_run (MonoNativeThreadId id, gboolean interrupt_kernel, MonoSuspen…
H A Dmono-threads.c1023 mono_thread_info_safe_suspend_and_run (MonoNativeThreadId id, gboolean interrupt_kernel, MonoSuspen… in mono_thread_info_safe_suspend_and_run() function
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c3607 mono_thread_info_safe_suspend_and_run (thread_get_tid (thread), FALSE, get_thread_dump, ud); in dump_thread()
3718 mono_thread_info_safe_suspend_and_run (thread_get_tid (thread), FALSE, get_thread_dump, &ud); in mono_threads_get_thread_dump()
4865 mono_thread_info_safe_suspend_and_run (thread_get_tid (thread), TRUE, async_abort_critical, &data); in async_abort_internal()
4944mono_thread_info_safe_suspend_and_run (thread_get_tid (thread), interrupt, async_suspend_critical,… in async_suspend_internal()
4997mono_thread_info_safe_suspend_and_run (thread_get_tid (thread), FALSE, suspend_for_shutdown_critic… in mono_thread_internal_suspend_for_shutdown()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Ddebugger-agent.c2757mono_thread_info_safe_suspend_and_run ((MonoNativeThreadId)(gpointer)(gsize)thread->tid, FALSE, de… in notify_thread()