Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads.c67 static MonoNativeTlsKey thread_info_key, thread_exited_key; variable
386 mono_native_tls_set_value (thread_info_key, info); in register_thread()
407 mono_native_tls_set_value (thread_info_key, NULL); in register_thread()
513 mono_native_tls_set_value (thread_info_key, NULL); in unregister_thread()
618 g_assert (!mono_native_tls_get_value (thread_info_key)); in mono_threads_attach_tools_thread()
647 info = (MonoThreadInfo *) mono_native_tls_get_value (thread_info_key); in mono_thread_info_attach()
677 info = (MonoThreadInfo *) mono_native_tls_get_value (thread_info_key); in mono_thread_info_detach()
738 mono_native_tls_set_value (thread_info_key, arg); in thread_info_key_dtor()
740 mono_native_tls_set_value (thread_info_key, NULL); in thread_info_key_dtor()
751 res = mono_native_tls_alloc (&thread_info_key, NULL); in mono_thread_info_init()
[all …]