Home
last modified time | relevance | path

Searched refs:mono_threads_transition_finish_async_suspend (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-posix-signals.c145 if (!mono_threads_transition_finish_async_suspend (current)) { in suspend_signal_handler()
H A Dmono-threads-mach.c79 if (!mono_threads_transition_finish_async_suspend (info)) { in mono_threads_suspend_begin_async_suspend()
H A Dmono-threads-windows.c56 if (!mono_threads_transition_finish_async_suspend (info)) { in mono_threads_suspend_begin_async_suspend()
H A Dmono-threads.h604 gboolean mono_threads_transition_finish_async_suspend (THREAD_INFO_TYPE* info);
H A Dmono-threads-state-machine.c389 mono_threads_transition_finish_async_suspend (MonoThreadInfo* info) in mono_threads_transition_finish_async_suspend() function