Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c165 static MonoThreadStartCB mono_thread_start_cb = NULL; variable
966 if (mono_thread_start_cb) in start_wrapper_internal()
967 mono_thread_start_cb (tid, stack_ptr, start_func); in start_wrapper_internal()
1185 if (mono_thread_start_cb) { in mono_thread_new_init()
1186 mono_thread_start_cb (tid, stack_start, func); in mono_thread_new_init()
2988 mono_thread_start_cb = start_cb; in mono_thread_init()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-runtime.c946 mono_thread_start_cb (intptr_t tid, gpointer stack_start, gpointer func) in mono_thread_start_cb() function
4060 mono_runtime_init_checked (domain, mono_thread_start_cb, mono_thread_attach_cb, &error); in mini_init()