Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dgc-internals.h217 gpointer (*thread_attach_func) (void); member
H A Dsgen-mono.c2239 if (mono_gc_get_gc_callbacks ()->thread_attach_func) in sgen_client_thread_attach()
2240 info->client_info.runtime_data = mono_gc_get_gc_callbacks ()->thread_attach_func (); in sgen_client_thread_attach()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-gc.c598 thread_attach_func (void)
2523 cb.thread_attach_func = thread_attach_func;