Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-api.h29 mono_threads_exit_gc_unsafe_region (gpointer cookie, gpointer* stackdata);
70 mono_threads_exit_gc_unsafe_region (__gc_unsafe_cookie, &__gc_unsafe_dummy); \
H A Dmono-threads-coop.c397 mono_threads_exit_gc_unsafe_region (gpointer cookie, gpointer *stackdata) in mono_threads_exit_gc_unsafe_region() function
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dlibtest.c3644 #define MONO_END_EFRAME if (mono_threads_exit_gc_unsafe_region) mono_threads_exit_gc_unsafe_region
3673 void (*mono_threads_exit_gc_unsafe_region) (gpointer, gpointer) in test_method_thunk() local
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c5283 mono_threads_exit_gc_unsafe_region (*dummy, dummy); in mono_threads_detach_coop()