Home
last modified time | relevance | path

Searched defs:waitResult (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/Common/
DOutMemStream.cpp74 const DWORD waitResult = NWindows::NSynchronization::WaitForMultiObj_Any_Infinite( in Z7_COM7F_IMF() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow.cpp91 auto waitResult = WaitForSingleObjectEx(waitEvent.Get(), 10 * 1000, true); in RunOnUIThread() local
/external/lzma/CPP/7zip/UI/FileManager/
DPanelItemOpen.cpp1088 const DWORD waitResult = WaitForSingleObject(th, hardExit ? 100 : INFINITE); in Exit() local
1162 DWORD waitResult = WaitForMultiObj_Any_Infinite(handles.Size(), handles.ConstData()); in MyThreadFunction() local
1269 DWORD waitResult = ::WaitForSingleObject(g_ExitEventLauncher._exitEvent, INFINITE); in MyThreadFunction() local
DAltStreamsFolder.cpp390 const DWORD waitResult = ::WaitForSingleObject(_findChangeNotification, 0); in Z7_COM7F_IMF() local
DFSFolder.cpp982 DWORD waitResult = ::WaitForSingleObject(_findChangeNotification, 0); in Z7_COM7F_IMF() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicFenceTests.cpp159 const auto waitResult = vkd.waitForFences(device, static_cast<uint32_t>(rawFences.size()), in basicSignaledCase() local
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2771 DWORD waitResult = WaitForMultipleObjects(2, waitArray, FALSE, 500); in DoRenderThread() local
2985 DWORD waitResult = WaitForSingleObject(_hShutdownCaptureEvent, 5); in DoCaptureThreadPollDMO() local
3178 DWORD waitResult = WaitForMultipleObjects(2, waitArray, FALSE, 500); in DoCaptureThread() local
/external/deqp/framework/delibs/deutil/
DdeProcess.c395 pid_t waitResult; in deProcess_waitForFinish() local
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c653 DWORD waitResult; in NSPLookupServiceNext() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiPresentIdWaitTests.cpp566 …vk::VkResult waitResult = vkd.waitForPresentKHR(device, swapchain, waitOp.presentId, waitOp.timeou… in run() local