Home
last modified time | relevance | path

Searched refs:wait_handles (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/msi/
H A Dcustom.c1632 HANDLE *wait_handles; in ACTION_FinishCustomActions() local
1653 wait_handles = malloc( handle_count * sizeof(HANDLE) ); in ACTION_FinishCustomActions()
1660 …licateHandle(GetCurrentProcess(), info->handle, GetCurrentProcess(), &wait_handles[handle_count], … in ACTION_FinishCustomActions()
1669 msi_dialog_check_messages( wait_handles[i] ); in ACTION_FinishCustomActions()
1670 CloseHandle( wait_handles[i] ); in ACTION_FinishCustomActions()
1672 free( wait_handles ); in ACTION_FinishCustomActions()
/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c1402 HANDLE wait_handles[2]; in rpcrt4_sock_wait_for_recv() local
1409 wait_handles[0] = tcpc->sock_event; in rpcrt4_sock_wait_for_recv()
1410 wait_handles[1] = tcpc->cancel_event; in rpcrt4_sock_wait_for_recv()
1411 res = WaitForMultipleObjects(2, wait_handles, FALSE, INFINITE); in rpcrt4_sock_wait_for_recv()