Home
last modified time | relevance | path

Searched refs:mono_thread_info_wait_one_handle (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dattach.c264 mono_thread_info_wait_one_handle (receiver_thread_handle, 0, FALSE); in mono_attach_cleanup()
H A Dgc.c103 result = mono_thread_info_wait_one_handle (thread_handle, timeout, alertable); in guarded_wait()
H A Dappdomain.c2672 result = mono_thread_info_wait_one_handle (thread_handle, timeout, alertable); in guarded_wait()
H A Dthreads.c1799 ret = mono_thread_info_wait_one_handle (thread_to_join, ms, TRUE); in mono_join_uninterrupted()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads.h644 mono_thread_info_wait_one_handle (MonoThreadHandle *handle, guint32 timeout, gboolean alertable);
H A Dmono-threads.c1631 mono_thread_info_wait_one_handle (MonoThreadHandle *thread_handle, guint32 timeout, gboolean alerta… in mono_thread_info_wait_one_handle() function
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-compiler.c11052 mono_thread_info_wait_one_handle (g_ptr_array_index (threads, i), MONO_INFINITE_WAIT, FALSE); in compile_methods()