Home
last modified time | relevance | path

Searched refs:mono_thread_is_gc_unsafe_mode (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads.h622 gboolean mono_thread_is_gc_unsafe_mode (void);
H A Dmono-threads-state-machine.c638 mono_thread_is_gc_unsafe_mode (void) in mono_thread_is_gc_unsafe_mode() function
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-trampolines.c842 g_assert (mono_thread_is_gc_unsafe_mode ()); in mono_magic_trampoline()