/reactos/modules/rosapps/applications/explorer-old/services/ |
H A D | shellservices.cpp | 73 if (MsgWaitForMultipleObjects(1, &_evtFinish, FALSE, INFINITE, QS_ALLINPUT) == WAIT_OBJECT_0+0) in Run()
|
/reactos/win32ss/user/user32/misc/ |
H A D | exit.c | 164 while (MsgWaitForMultipleObjectsEx(1, &hExitThread, INFINITE, QS_ALLINPUT, 0)) in ExitWindowsWorker()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | animate.c | 47 … if (MsgWaitForMultipleObjects( 0, NULL, FALSE, min(10,diff), QS_ALLINPUT ) == WAIT_TIMEOUT) break; in flush_events()
|
H A D | static.c | 51 … if (MsgWaitForMultipleObjects( 0, NULL, FALSE, min_timeout, QS_ALLINPUT ) == WAIT_TIMEOUT) break; in flush_events()
|
H A D | syslink.c | 72 … if (MsgWaitForMultipleObjects( 0, NULL, FALSE, min_timeout, QS_ALLINPUT ) == WAIT_TIMEOUT) break; in flush_events()
|
H A D | progress.c | 51 … if (MsgWaitForMultipleObjects( 0, NULL, FALSE, min(10,diff), QS_ALLINPUT ) == WAIT_TIMEOUT) break; in flush_events()
|
H A D | propsheet.c | 63 … if (MsgWaitForMultipleObjects( 0, NULL, FALSE, min_timeout, QS_ALLINPUT ) == WAIT_TIMEOUT) break; in flush_events()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | static.c | 49 … if (MsgWaitForMultipleObjects( 0, NULL, FALSE, min_timeout, QS_ALLINPUT ) == WAIT_TIMEOUT) break; in flush_events()
|
H A D | dde.c | 64 … if (MsgWaitForMultipleObjects( 0, NULL, FALSE, min_timeout, QS_ALLINPUT ) == WAIT_TIMEOUT) break; in flush_events() 265 while (MsgWaitForMultipleObjects( 1, &hproc, FALSE, INFINITE, QS_ALLINPUT ) != 0) in test_msg_server() 845 while (MsgWaitForMultipleObjects( 1, &hproc, FALSE, INFINITE, QS_ALLINPUT ) != 0) in test_ddeml_server() 2712 while (MsgWaitForMultipleObjects( 1, &hproc, FALSE, INFINITE, QS_ALLINPUT ) != 0) in test_end_to_end_server()
|
H A D | input.c | 403 … if (MsgWaitForMultipleObjects(0, NULL, FALSE, min_timeout, QS_ALLINPUT) == WAIT_TIMEOUT) break; in empty_message_queue() 2028 else if (MsgWaitForMultipleObjects(0, NULL, FALSE, 100, QS_ALLINPUT) == WAIT_TIMEOUT) break; in wait_for_message() 2040 if(MsgWaitForMultipleObjects(1, &event, FALSE, timeout, QS_ALLINPUT) == WAIT_OBJECT_0) in wait_for_event()
|
H A D | clipboard.c | 154 ret = MsgWaitForMultipleObjectsEx( 1, &thread, 1000, QS_ALLINPUT, 0 ); in run_thread()
|
/reactos/base/applications/ctfmon/ |
H A D | ctfmon.cpp | 292 QS_ALLINPUT); in DoMainLoop()
|
/reactos/base/shell/explorer/ |
H A D | startup.cpp | 97 dwWait = MsgWaitForMultipleObjects(nCount, Handles, FALSE, INFINITE, QS_ALLINPUT); in runCmd()
|
/reactos/dll/cpl/desk/ |
H A D | screensaver.c | 239 QS_ALLINPUT); in WaitForSettingsDialog()
|
/reactos/win32ss/user/ntuser/ |
H A D | message.c | 636 else mask = QS_ALLINPUT; in GetWakeMask() 1034 if (!ProcessMask) ProcessMask = (QS_ALLPOSTMESSAGE|QS_ALLINPUT); in co_IntPeekMessage() 2146 Changes &= (QS_ALLINPUT|QS_ALLPOSTMESSAGE|QS_SMRESULT); in IntGetQueueStatus()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | SystemMenu.c | 176 if (MsgWaitForMultipleObjects( 0, NULL, FALSE, min_timeout, QS_ALLINPUT ) == WAIT_TIMEOUT) in flush_events()
|
/reactos/dll/win32/atl/ |
H A D | atl.c | 819 res = MsgWaitForMultipleObjects(1, &handle, FALSE, INFINITE, QS_ALLINPUT); in AtlWaitWithMessageLoop()
|
/reactos/win32ss/printing/base/winspool/ |
H A D | ports.c | 80 …while ( MsgWaitForMultipleObjects( 1, &PortThreadInfo.hEvent, FALSE, INFINITE, QS_ALLINPUT ) == 1 ) in StartPortThread()
|
/reactos/modules/rostests/winetests/dinput8/ |
H A D | device.c | 78 if (MsgWaitForMultipleObjects(0, NULL, FALSE, min_timeout, QS_ALLINPUT) == WAIT_TIMEOUT) in flush_events()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | marshal.c | 2034 … while (WAIT_OBJECT_0 + 1 == MsgWaitForMultipleObjects(1, &hQuitEvent, FALSE, 10000, QS_ALLINPUT)) in duo_marshal_thread_proc() 3776 wait = MsgWaitForMultipleObjects(2, handles, FALSE, 30000, QS_ALLINPUT); in test_register_local_server() 4015 ret = MsgWaitForMultipleObjects(1, &thread, FALSE, 10000, QS_ALLINPUT); in test_globalinterfacetable() 4021 ret = MsgWaitForMultipleObjects(1, &thread, FALSE, 10000, QS_ALLINPUT); in test_globalinterfacetable()
|
/reactos/dll/win32/msi/ |
H A D | dialog.c | 3873 MsgWaitForMultipleObjects( 0, NULL, 0, INFINITE, QS_ALLINPUT ); in dialog_run_message_loop() 3995 … while (MsgWaitForMultipleObjectsEx( 1, &handle, INFINITE, QS_ALLINPUT, 0 ) == WAIT_OBJECT_0 + 1) in msi_dialog_check_messages() 4019 r = MsgWaitForMultipleObjects( 1, &handle, 0, INFINITE, QS_ALLINPUT ); in msi_dialog_check_messages()
|
/reactos/dll/directx/wine/dinput/ |
H A D | dinput_main.c | 1912 MsgWaitForMultipleObjectsEx(0, NULL, 0, QS_ALLINPUT, 0); in check_dinput_events()
|
/reactos/dll/win32/winhttp/ |
H A D | request.c | 4118 …while ((err = MsgWaitForMultipleObjects( 1, &thread, FALSE, timeout, QS_ALLINPUT )) == WAIT_OBJECT… in request_wait() 4120 …while ((err = MsgWaitForMultipleObjects( 1, &done, FALSE, timeout, QS_ALLINPUT )) == WAIT_OBJECT_0… in request_wait()
|
/reactos/modules/rostests/winetests/imm32/ |
H A D | imm32.c | 1293 … while (MsgWaitForMultipleObjects(1, &thread, FALSE, INFINITE, QS_ALLINPUT) == WAIT_OBJECT_0 + 1) in test_default_ime_window_creation()
|
/reactos/modules/rostests/winetests/msctf/ |
H A D | inputprocessor.c | 2304 if (MsgWaitForMultipleObjects(0, NULL, FALSE, min_timeout, QS_ALLINPUT) == WAIT_TIMEOUT) in processPendingMessages()
|