Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-wasm.c98 mono_native_thread_create (MonoNativeThreadId *tid, gpointer func, gpointer arg) in mono_native_thread_create() function
H A Dmono-threads-posix.c188 mono_native_thread_create (MonoNativeThreadId *tid, gpointer func, gpointer arg) in mono_native_thread_create() function
H A Dmono-threads-windows.c229 mono_native_thread_create (MonoNativeThreadId *tid, gpointer func, gpointer arg) in mono_native_thread_create() function
H A Dmono-threads.h530 mono_native_thread_create (MonoNativeThreadId *tid, gpointer func, gpointer arg);
/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-thread-pool.c288 mono_native_thread_create (&threads [i], thread_func, (void*)(gsize)i); in sgen_thread_pool_start()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-posix.c773 mono_native_thread_create (&sampling_thread, sampling_thread_func, NULL);
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dlog.c3892 if (!mono_native_thread_create (&log_profiler.helper_thread, helper_thread, NULL)) { in start_helper_thread()
4029 if (!mono_native_thread_create (&log_profiler.writer_thread, writer_thread, NULL)) { in start_writer_thread()
4140 if (!mono_native_thread_create (&log_profiler.dumper_thread, dumper_thread, NULL)) { in start_dumper_thread()