Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmono-gc.h33 MONO_ROOT_SOURCE_THREADING = 8, enumerator
H A Dthreads.c563 …MONO_GC_REGISTER_ROOT_PINNING (thread->thread_pinning_ref, MONO_ROOT_SOURCE_THREADING, "thread pin… in create_internal_thread_object()
706 …threads = mono_g_hash_table_new_type (NULL, NULL, MONO_HASH_VALUE_GC, MONO_ROOT_SOURCE_THREADING, … in mono_thread_attach_internal()
1114 …ono_g_hash_table_new_type (NULL, NULL, MONO_HASH_KEY_VALUE_GC, MONO_ROOT_SOURCE_THREADING, "starti… in create_thread()
H A Dobject.c220 MONO_GC_REGISTER_ROOT_SINGLE (main_thread, MONO_ROOT_SOURCE_THREADING, "main thread object"); in mono_thread_set_main()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dtasklets.c116 …cont->saved_stack = mono_gc_alloc_fixed (cont->stack_alloc_size, NULL, MONO_ROOT_SOURCE_THREADING,… in continuation_store()