Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c168 static MonoThreadAttachCB mono_thread_attach_cb = NULL; variable
1285 if (mono_thread_attach_cb) in mono_thread_attach_full()
1286 mono_thread_attach_cb (MONO_NATIVE_THREAD_ID_TO_UINT (tid), info->stack_end); in mono_thread_attach_full()
2989 mono_thread_attach_cb = attach_cb; in mono_thread_init()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-runtime.c969 mono_thread_attach_cb (intptr_t tid, gpointer stack_start) in mono_thread_attach_cb() function
4060 mono_runtime_init_checked (domain, mono_thread_start_cb, mono_thread_attach_cb, &error); in mini_init()