Home
last modified time | relevance | path

Searched refs:mono_win32_wait_for_single_object_ex (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-os-wait.h18 mono_win32_wait_for_single_object_ex (HANDLE handle, DWORD timeout, BOOL alertable);
H A Dos-event-win32.c76 res = mono_win32_wait_for_single_object_ex (event->handle, timeout, alertable); in mono_os_event_wait_one()
H A Dmono-os-wait-win32.c114 mono_win32_wait_for_single_object_ex (HANDLE handle, DWORD timeout, BOOL alertable) in mono_win32_wait_for_single_object_ex() function
H A Dmono-os-semaphore.h320 res = mono_win32_wait_for_single_object_ex (*sem, timeout_ms, flags & MONO_SEM_FLAGS_ALERTABLE); in mono_os_sem_timedwait()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32socket-win32.c233 DWORD ret = mono_win32_wait_for_single_object_ex (overlapped.hEvent, INFINITE, TRUE); in mono_w32socket_transmit_file()
H A Dmonitor.c1391 ret = mono_w32handle_convert_wait_ret (mono_win32_wait_for_single_object_ex (event, ms, TRUE), 1); in ves_icall_System_Threading_Monitor_Monitor_wait()
1420 ret = mono_w32handle_convert_wait_ret (mono_win32_wait_for_single_object_ex (event, 0, FALSE), 1); in ves_icall_System_Threading_Monitor_Monitor_wait()
H A Dthreadpool.c502 mono_win32_wait_for_single_object_ex (wait_event, INFINITE, TRUE); in mono_threadpool_end_invoke()
H A Dgc.c588 mono_win32_wait_for_single_object_ex (pending_done_event, INFINITE, TRUE); in ves_icall_System_GC_WaitForPendingFinalizers()
H A Dthreads.c1927 …ret = mono_w32handle_convert_wait_ret (mono_win32_wait_for_single_object_ex (handles [0], timeoutL… in ves_icall_System_Threading_WaitHandle_Wait_internal()
4469 mono_win32_wait_for_single_object_ex (GetCurrentThread (), 0, TRUE); in mono_thread_execute_interruption()