Home
last modified time | relevance | path

Searched refs:mono_thread_internal_is_current (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32mutex-unix.c43 g_assert (mono_thread_internal_is_current (internal)); in thread_own_mutex()
56 g_assert (mono_thread_internal_is_current (internal)); in thread_disown_mutex()
H A Dthreads-types.h268 mono_thread_internal_is_current (MonoInternalThread *internal);
H A Dthreads.c5339 mono_thread_internal_is_current (MonoInternalThread *internal) in mono_thread_internal_is_current() function
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Ddebugger-agent.c2748 if (mono_thread_internal_is_current (thread) || tls->terminated) in notify_thread()
3020 if (!tls->suspended && !tls->terminated && !mono_thread_internal_is_current (tls->thread)) in count_thread()
3958 if (mono_thread_internal_is_current (thread) && !mono_native_tls_get_value (debugger_tls_id) in thread_end()