Home
last modified time | relevance | path

Searched refs:thread_detach_func (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dgc-internals.h222 void (*thread_detach_func) (gpointer user_data); member
H A Dsgen-mono.c2266 if (mono_gc_get_gc_callbacks ()->thread_detach_func) { in sgen_client_thread_detach_with_lock()
2267 mono_gc_get_gc_callbacks ()->thread_detach_func (p->client_info.runtime_data); in sgen_client_thread_detach_with_lock()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-gc.c611 thread_detach_func (gpointer user_data)
2524 cb.thread_detach_func = thread_detach_func;