Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dgc.c986 mono_threads_add_joinable_thread ((gpointer)(MONO_UINT_TO_NATIVE_THREAD_ID (gc_thread->tid))); in mono_gc_cleanup()
1011 mono_threads_add_joinable_thread ((gpointer)(MONO_UINT_TO_NATIVE_THREAD_ID (gc_thread->tid))); in mono_gc_cleanup()
H A Dthreads-types.h246 void mono_threads_add_joinable_thread (gpointer tid);
H A Dboehm-gc.c404 mono_threads_add_joinable_thread ((gpointer)tid); in mono_gc_thread_detach_with_lock()
H A Dthreads.c5084mono_threads_add_joinable_thread ((gpointer)(MONO_UINT_TO_NATIVE_THREAD_ID (mono_thread_info_get_t… in mono_threads_add_joinable_runtime_thread()
5095 mono_threads_add_joinable_thread (gpointer tid) in mono_threads_add_joinable_thread() function
/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-thread-pool.c310 mono_threads_add_joinable_thread ((gpointer)threads [i]); in sgen_thread_pool_shutdown()