Home
last modified time | relevance | path

Searched refs:mono_threads_suspend_begin_async_resume (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-mach.c50 mono_threads_suspend_begin_async_resume (MonoThreadInfo *info) in mono_threads_suspend_begin_async_resume() function
108 mono_threads_suspend_begin_async_resume (MonoThreadInfo *info) in mono_threads_suspend_begin_async_resume() function
H A Dmono-threads-wasm.c55 mono_threads_suspend_begin_async_resume (MonoThreadInfo *info) in mono_threads_suspend_begin_async_resume() function
H A Dmono-threads-posix.c273 mono_threads_suspend_begin_async_resume (MonoThreadInfo *info) in mono_threads_suspend_begin_async_resume() function
H A Dmono-threads-windows.c101 mono_threads_suspend_begin_async_resume (MonoThreadInfo *info) in mono_threads_suspend_begin_async_resume() function
H A Dmono-threads.h500 gboolean mono_threads_suspend_begin_async_resume (THREAD_INFO_TYPE *info);
H A Dmono-threads.c146 g_assert (mono_threads_suspend_begin_async_resume (info)); in resume_async_suspended()