Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c154 static MonoGHashTable *threads_starting_up = NULL; variable
696 if (threads_starting_up) in mono_thread_attach_internal()
697 mono_g_hash_table_remove (threads_starting_up, thread); in mono_thread_attach_internal()
1113 if (threads_starting_up == NULL) { in create_thread()
1114threads_starting_up = mono_g_hash_table_new_type (NULL, NULL, MONO_HASH_KEY_VALUE_GC, MONO_ROOT_SO… in create_thread()
1116 mono_g_hash_table_insert (threads_starting_up, thread, thread); in create_thread()
1144 mono_g_hash_table_remove (threads_starting_up, thread); in create_thread()
3497 if (threads_starting_up) in mono_thread_suspend_all_other_threads()
3498 starting = mono_g_hash_table_size (threads_starting_up) > 0; in mono_thread_suspend_all_other_threads()