Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmonitor.c612 int id = mono_thread_info_get_small_id (); in mono_object_hash()
972 int id = mono_thread_info_get_small_id (); in mono_monitor_try_enter_internal()
1095 LOCK_DEBUG (g_message ("%s: (%d) Unlocking %p", __func__, mono_thread_info_get_small_id (), obj)); in mono_monitor_exit()
1104 if (!mono_monitor_ensure_owned (lw, mono_thread_info_get_small_id ())) in mono_monitor_exit()
1232 return lock_word_get_owner (lw) == mono_thread_info_get_small_id (); in ves_icall_System_Threading_Monitor_Monitor_test_owner()
1270 LOCK_DEBUG (g_message ("%s: (%d) Pulsing %p", __func__, mono_thread_info_get_small_id (), obj)); in ves_icall_System_Threading_Monitor_Monitor_pulse()
1272 id = mono_thread_info_get_small_id (); in ves_icall_System_Threading_Monitor_Monitor_pulse()
1302 LOCK_DEBUG (g_message("%s: (%d) Pulsing all %p", __func__, mono_thread_info_get_small_id (), obj)); in ves_icall_System_Threading_Monitor_Monitor_pulse_all()
1304 id = mono_thread_info_get_small_id (); in ves_icall_System_Threading_Monitor_Monitor_pulse_all()
1338 int id = mono_thread_info_get_small_id (); in ves_icall_System_Threading_Monitor_Monitor_wait()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dhazard-pointer.c177 int small_id = mono_thread_info_get_small_id (); in mono_hazard_pointer_get()
H A Dmono-threads.h360 mono_thread_info_get_small_id (void);
H A Dmono-threads.c344 int small_id = mono_thread_info_get_small_id (); in mono_thread_info_register_small_id()
582 mono_thread_info_get_small_id (void) in mono_thread_info_get_small_id() function
/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-client.h301 int mono_thread_info_get_small_id (void);
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-posix.c240 if (mono_thread_info_get_small_id () == -1 || in MONO_SIG_HANDLER_FUNC()