Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/unit-tests/
H A Dtest-mono-linked-list-set.c124 mono_thread_info_init (0); in main()
H A Dtest-conc-hashtable.c334 mono_thread_info_init (sizeof (MonoThreadInfo)); in main()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dnull-gc.c39 mono_thread_info_init (sizeof (MonoThreadInfo)); in mono_gc_base_init()
H A Dboehm-gc.c247 mono_thread_info_init (sizeof (MonoThreadInfo)); in mono_gc_base_init()
H A Dsgen-mono.c2956 mono_thread_info_init (sizeof (SgenThreadInfo)); in sgen_client_init()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads.h318 mono_thread_info_init (size_t thread_info_size);
H A Dmono-threads.c745 mono_thread_info_init (size_t info_size) in mono_thread_info_init() function