Home
last modified time | relevance | path

Searched refs:thread_state_init (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/unit-tests/
H A Dtest-conc-hashtable.c322 thread_state_init (MonoThreadUnwindState *ctx) in thread_state_init() function
336 ticallbacks.thread_state_init = thread_state_init; in main()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-coop.c137 …mono_threads_get_runtime_callbacks ()->thread_state_init (&info->thread_saved_state [SELF_SUSPEND_… in mono_threads_state_poll_with_info()
245 …mono_threads_get_runtime_callbacks ()->thread_state_init (&info->thread_saved_state [SELF_SUSPEND_… in mono_threads_enter_gc_safe_region_unbalanced_with_info()
H A Dmono-threads.h266 void (*thread_state_init) (MonoThreadUnwindState *tctx); member
/dports/lang/mono/mono-5.10.1.57/tools/pedump/
H A Dpedump.c668 thread_state_init (MonoThreadUnwindState *ctx) in thread_state_init() function
723 ticallbacks.thread_state_init = thread_state_init; in main()
/dports/lang/mono/mono-5.10.1.57/mono/dis/
H A Dmain.c1974 thread_state_init (MonoThreadUnwindState *ctx) in thread_state_init() function
2037 ticallbacks.thread_state_init = thread_state_init; in main()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-runtime.c3889 ticallbacks.thread_state_init = mono_thread_state_init; in mini_init()