Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads.c1647 …(MonoThreadHandle **thread_handles, gsize nhandles, MonoOSEvent *background_change_event, gboolean… in mono_thread_info_wait_multiple_handle() argument
1654 if (background_change_event) in mono_thread_info_wait_multiple_handle()
1660 if (background_change_event) in mono_thread_info_wait_multiple_handle()
1661 thread_events [nhandles ++] = background_change_event; in mono_thread_info_wait_multiple_handle()
H A Dmono-threads.h647 …(MonoThreadHandle **thread_handles, gsize nhandles, MonoOSEvent *background_change_event, gboolean…
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c199 static MonoOSEvent background_change_event; variable
2232 mono_os_event_set (&background_change_event); in ves_icall_System_Threading_Thread_ClrState()
2246 mono_os_event_set (&background_change_event); in ves_icall_System_Threading_Thread_SetState()
2983 mono_os_event_init (&background_change_event, FALSE); in mono_thread_init()
3096 mono_os_event_destroy (&background_change_event); in mono_thread_cleanup()
3147 …ret = mono_thread_info_wait_multiple_handle (wait->handles, wait->num, &background_change_event, F… in wait_for_tids()
3295 mono_os_event_set (&background_change_event); in mono_threads_set_shutting_down()
3332 mono_os_event_reset (&background_change_event); in mono_thread_manage()