/reactos/drivers/filesystems/ext2/src/ |
H A D | linux.c | 126 if (!wait) { in wait_queue_create() 133 INIT_LIST_HEAD(&wait->task_list); in wait_queue_create() 138 return wait; in wait_queue_create() 144 kfree(wait); in wait_queue_destroy() 174 __add_wait_queue(q, wait); in add_wait_queue() 185 __add_wait_queue_tail(q, wait); in add_wait_queue_exclusive() 195 __remove_wait_queue(q, wait); in remove_wait_queue() 220 __add_wait_queue(q, wait); in prepare_to_wait() 225 if (is_sync_wait(wait)) in prepare_to_wait() 244 if (is_sync_wait(wait)) in prepare_to_wait_exclusive() [all …]
|
/reactos/dll/win32/winmm/ |
H A D | winmm_res.rc | 116 L"wait\0", 0x00000002L, MCI_FLAG, 124 L"wait\0", 0x00000002L, MCI_FLAG, 128 L"wait\0", 0x00000002L, MCI_FLAG, 134 L"wait\0", 0x00000002L, MCI_FLAG, 142 L"wait\0", 0x00000002L, MCI_FLAG, 149 L"wait\0", 0x00000002L, MCI_FLAG, 153 L"wait\0", 0x00000002L, MCI_FLAG, 158 L"wait\0", 0x00000002L, MCI_FLAG, 174 L"wait\0", 0x00000002L, MCI_FLAG, 190 L"wait\0", 0x00000002L, MCI_FLAG, [all …]
|
/reactos/dll/win32/mciavi32/ |
H A D | mciavi_res.rc | 35 L"wait\0", 0x00000002L, MCI_FLAG, 48 L"wait\0", 0x00000002L, MCI_FLAG, 76 L"wait\0", 0x00000002L, MCI_FLAG, 83 L"wait\0", 0x00000002L, MCI_FLAG, 87 L"wait\0", 0x00000002L, MCI_FLAG, 92 L"wait\0", 0x00000002L, MCI_FLAG, 102 L"wait\0", 0x00000002L, MCI_FLAG, 111 L"wait\0", 0x00000002L, MCI_FLAG, 121 L"wait\0", 0x00000002L, MCI_FLAG, 131 L"wait\0", 0x00000002L, MCI_FLAG, [all …]
|
/reactos/dll/win32/mciqtz32/ |
H A D | mciavi_res.rc | 35 L"wait\0", 0x00000002L, MCI_FLAG, 48 L"wait\0", 0x00000002L, MCI_FLAG, 76 L"wait\0", 0x00000002L, MCI_FLAG, 83 L"wait\0", 0x00000002L, MCI_FLAG, 87 L"wait\0", 0x00000002L, MCI_FLAG, 92 L"wait\0", 0x00000002L, MCI_FLAG, 102 L"wait\0", 0x00000002L, MCI_FLAG, 111 L"wait\0", 0x00000002L, MCI_FLAG, 121 L"wait\0", 0x00000002L, MCI_FLAG, 131 L"wait\0", 0x00000002L, MCI_FLAG, [all …]
|
/reactos/modules/rostests/winetests/winhttp/ |
H A D | notification.c | 66 HANDLE wait; member 105 SetEvent( info->wait ); in check_notification() 165 if (info->wait) ResetEvent( info->wait ); in setup_test() 237 ResetEvent( info.wait ); in test_connection_cache() 268 ResetEvent( info.wait ); in test_connection_cache() 336 ResetEvent( info.wait ); in test_connection_cache() 382 CloseHandle( info.wait ); in test_connection_cache() 475 CloseHandle( info.wait ); in test_redirect() 561 CloseHandle( info.wait ); in test_async() 620 CloseHandle( info.wait ); in test_async() [all …]
|
/reactos/drivers/parallel/parallel/ |
H A D | parallel.c | 51 int wait=0; in Parallel_putchar() local 67 while (wait != 10000) { wait++; } in Parallel_putchar() 69 while (wait) { wait--; } in Parallel_putchar()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/general/ |
H A D | fxiotarget.cpp | 641 wait = FALSE; in GotoStopState() 723 *Wait = wait; in GotoStopState() 725 if (wait) { in GotoStopState() 753 BOOLEAN wait; in Stop() local 756 wait = FALSE; in Stop() 764 if (wait) { in Stop() 814 wait = FALSE; in GotoPurgeState() 893 *Wait = wait; in GotoPurgeState() 895 if (wait) { in GotoPurgeState() 938 if (wait) { in Purge() [all …]
|
H A D | fxiotargetremote.cpp | 529 BOOLEAN wait; in Close() local 542 wait = FALSE; in Close() 639 GotoRemoveState(removeState, &pended, &sent, FALSE, &wait); in Close() 654 if (wait) { in Close()
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | rpc_soc.c | 162 clntudp_bufcreate(raddr, prog, vers, wait, sockp, sendsz, recvsz) in clntudp_bufcreate() argument 166 struct timeval wait; 178 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, &wait); 183 clntudp_create(raddr, program, version, wait, sockp) in clntudp_create() argument 187 struct timeval wait; 190 return clntudp_bufcreate(raddr, program, version, wait, sockp, UDPMSGSIZE, UDPMSGSIZE); 211 clntudp6_bufcreate(raddr, prog, vers, wait, sockp, sendsz, recvsz) in clntudp6_bufcreate() argument 215 struct timeval wait; 227 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, &wait); 232 clntudp6_create(raddr, program, version, wait, sockp) in clntudp6_create() argument [all …]
|
/reactos/sdk/lib/drivers/wdf/shared/core/ |
H A D | fxdisposelist.cpp | 278 BOOLEAN wait; in WaitForEmpty() local 282 wait = TRUE; in WaitForEmpty() 294 wait = FALSE; in WaitForEmpty() 299 if (wait) { in WaitForEmpty()
|
/reactos/sdk/tools/winesync/ |
H A D | rtl.cfg | 5 dlls/ntdll/wait.c: sdk/lib/rtl/wait.c
|
/reactos/modules/rostests/winetests/winetest/ |
H A D | main.c | 312 DWORD wait, status; in run_ex() local 334 wait = WaitForSingleObject (pi.hProcess, ms); in run_ex() 335 if (wait == WAIT_OBJECT_0) { in run_ex() 338 switch (wait) { in run_ex() 347 report (R_ERROR, "Wait returned %d", wait); in run_ex() 349 status = wait; in run_ex() 353 wait = WaitForSingleObject (pi.hProcess, 5000); in run_ex() 354 switch (wait) { in run_ex() 367 wait); in run_ex()
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | make-full-docu.bat | 2 cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp 6 cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp
|
/reactos/base/applications/rapps/include/ |
H A D | misc.h | 130 DWORD wait = WaitForSingleObject(m_hMutex, Timeout); 131 if (wait != WAIT_OBJECT_0 && wait != WAIT_ABANDONED)
|
/reactos/drivers/filesystems/btrfs/ |
H A D | fastio.c | 23 static BOOLEAN __stdcall fast_query_basic_info(PFILE_OBJECT FileObject, BOOLEAN wait, PFILE_BASIC_I… in _Function_class_() 32 TRACE("(%p, %u, %p, %p, %p)\n", FileObject, wait, fbi, IoStatus, DeviceObject); in _Function_class_() 67 if (!ExAcquireResourceSharedLite(fcb->Header.Resource, wait)) { in _Function_class_() 97 static BOOLEAN __stdcall fast_query_standard_info(PFILE_OBJECT FileObject, BOOLEAN wait, PFILE_STAN… in _Function_class_() 108 TRACE("(%p, %u, %p, %p, %p)\n", FileObject, wait, fsi, IoStatus, DeviceObject); in _Function_class_() 123 if (!ExAcquireResourceSharedLite(fcb->Header.Resource, wait)) { in _Function_class_() 147 if (!ExAcquireResourceSharedLite(fcb->Header.Resource, wait)) { in _Function_class_()
|
/reactos/dll/win32/wbemprox/ |
H A D | services.c | 144 HANDLE wait; member 157 CloseHandle( async->wait ); in free_async() 164 if (!(async->wait = CreateEventW( NULL, FALSE, FALSE, NULL ))) return FALSE; in init_async() 167 CloseHandle( async->wait ); in init_async() 179 HANDLE wait = async->wait; in async_proc() local 184 SetEvent( wait ); in async_proc() 229 WaitForSingleObject( ws->async->wait, INFINITE ); in wbem_services_Release() 312 WaitForSingleObject( async->wait, INFINITE ); in wbem_services_CancelAsyncCall()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | closewnd.cpp | 91 static void WaitForForegroundWindow(HWND hWnd, UINT wait = 250) in WaitForForegroundWindow() argument 93 for (UINT waited = 0, interval = 50; waited < wait; waited += interval) in WaitForForegroundWindow()
|
/reactos/base/applications/cmdutils/timeout/lang/ |
H A D | en-US.rc | 17 /T delay Specify the number of seconds to wait (-1 to 99999).\n\ 18 A value of -1 means the program will wait until a key is pressed.\n\
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/ |
H A D | fxusbdevice.cpp | 642 BOOLEAN wait; in Stop() local 644 wait = FALSE; in Stop() 649 &wait, in Stop() 735 BOOLEAN wait; in Purge() local 745 &wait, in Purge() 837 BOOLEAN wait; in PipesGotoRemoveState() local 839 wait = FALSE; in PipesGotoRemoveState() 850 &wait); in PipesGotoRemoveState() 2069 BOOLEAN wait; in CleanupInterfacePipesAndDelete() local 2071 wait = FALSE; in CleanupInterfacePipesAndDelete() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | pipe.c | 2524 DWORD err, wait, num_bytes; in test_readfileex_pending() local 2551 wait = WaitForSingleObject(event, 0); in test_readfileex_pending() 2552 ok(wait == WAIT_TIMEOUT, "WaitForSingleObject returned %x\n", wait); in test_readfileex_pending() 2559 ok(wait == WAIT_OBJECT_0, "WaitForSingleObject returned %x\n", wait); in test_readfileex_pending() 2575 …ok(wait == WAIT_IO_COMPLETION || wait == WAIT_OBJECT_0, "WaitForSingleObjectEx returned %x\n", wai… in test_readfileex_pending() 2596 if (wait == WAIT_TIMEOUT) in test_readfileex_pending() 2600 …ok(wait == WAIT_IO_COMPLETION || wait == WAIT_OBJECT_0, "WaitForSingleObject returned %x\n", wait); in test_readfileex_pending() 2621 ok(wait == WAIT_IO_COMPLETION || wait == WAIT_OBJECT_0 || wait == WAIT_TIMEOUT, in test_readfileex_pending() 2623 if (wait != WAIT_TIMEOUT) break; in test_readfileex_pending() 2652 ok(wait == WAIT_TIMEOUT, "WaitForSingleObject returned %x\n", wait); in test_readfileex_pending() [all …]
|
/reactos/sdk/lib/ucrt/exec/ |
H A D | exec.cmake | 12 exec/wait.cpp
|
/reactos/sdk/lib/crt/math/i386/ |
H A D | ftol_asm.s | 56 wait
|
/reactos/sdk/lib/rtl/ |
H A D | resource.c | 107 wait: in RtlAcquireResourceExclusive() 124 goto wait; in RtlAcquireResourceExclusive()
|
/reactos/base/applications/rapps/ |
H A D | unattended.cpp | 361 for (int wait = 2500, inter = 250; wait > 0; wait -= inter) in ParseCmdAndExecute() local
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | threadpool.c | 735 TP_WAIT *wait, TP_WAIT_RESULT result) in wait_release_cb() argument 741 pTpReleaseWait(wait); in wait_release_cb() 752 TP_WAIT *wait; in test_tp_group_wait() local 802 wait = NULL; in test_tp_group_wait() 807 status = pTpAllocWait(&wait, wait_release_cb, semaphore, &environment); in test_tp_group_wait() 809 ok(wait != NULL, "expected wait != NULL\n"); in test_tp_group_wait() 811 pTpSetWait(wait, INVALID_HANDLE_VALUE, &when); in test_tp_group_wait() 917 TP_WAIT *wait; in test_tp_group_cancel() local 968 wait = NULL; in test_tp_group_cancel() 971 ok(wait != NULL, "expected wait != NULL\n"); in test_tp_group_cancel() [all …]
|