Home
last modified time | relevance | path

Searched refs:WaitForMultipleObjects (Results 1 – 25 of 36) sorted by relevance

12

/third_party/python/Lib/test/test_asyncio/
Dtest_windows_utils.py49 res = _winapi.WaitForMultipleObjects([ov2.event], False, 100)
110 res = _winapi.WaitForMultipleObjects(events, True,
/third_party/skia/third_party/externals/dawn/src/utils/
DWindowsDebugLogger.cpp65 DWORD wait = WaitForMultipleObjects(waitHandles.size(), waitHandles.data(), in WindowsDebugLogger()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
Dl2_packet_ndis.c191 WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread_try_read()
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
Dl2_packet_ndis.c191 WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread_try_read()
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread()
/third_party/python/Lib/multiprocessing/
Dconnection.py283 waitres = _winapi.WaitForMultipleObjects(
305 waitres = _winapi.WaitForMultipleObjects(
678 res = _winapi.WaitForMultipleObjects(
811 res = _winapi.WaitForMultipleObjects(L, False, timeout)
/third_party/openh264/codec/common/inc/
DWelsThreadLib.h72 #define WaitForMultipleObjects(a, b, c, d) WaitForMultipleObjectsEx(a, b, c, d, FALSE) macro
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink-kb.c86 DWORD ret = WaitForMultipleObjects (2, handles, FALSE, INFINITE); in gst_d3d11_video_sink_kb_thread()
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp152 …waitRes = WaitForMultipleObjects(DE_LENGTH_OF_ARRAY(waitHandles), &waitHandles[0], FALSE, INFINITE… in run()
265 …waitRes = WaitForMultipleObjects(DE_LENGTH_OF_ARRAY(waitHandles), &waitHandles[0], FALSE, INFINITE… in run()
/third_party/libxml2/
DtestThreads.c184 if (WaitForMultipleObjects (num_threads, tid, TRUE, INFINITE) == WAIT_FAILED) in main()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play-kb.c198 DWORD ret = WaitForMultipleObjects (2, handles, FALSE, INFINITE); in gst_play_kb_win32_thread()
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_windows.cc232 auto res = WaitForMultipleObjects(num_handles, handles, /* wait_all = */ TRUE, in Exec()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Deloop_win.c574 ret = WaitForMultipleObjects(count, eloop.handles, FALSE, in eloop_run()
620 ret = WaitForMultipleObjects(eloop.event_count, in eloop_run()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Deloop_win.c574 ret = WaitForMultipleObjects(count, eloop.handles, FALSE, in eloop_run()
620 ret = WaitForMultipleObjects(eloop.event_count, in eloop_run()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c381 result = WaitForMultipleObjects(2, cv->events_, FALSE, INFINITE); in SleepXPConditionVariable()
/third_party/libuv/test/
Drunner-win.c199 result = WaitForMultipleObjects(n, handles, TRUE, timeout_api); in process_wait()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapisink.c640 dwWaitResult = WaitForMultipleObjects (2, event_handle, FALSE, INFINITE); in gst_wasapi_sink_write()
676 dwWaitResult = WaitForMultipleObjects (2, event_handle, FALSE, INFINITE); in gst_wasapi_sink_write()
Dgstwasapisrc.c552 dwWaitResult = WaitForMultipleObjects (2, event_handle, FALSE, INFINITE); in gst_wasapi_src_loopback_silence_feeding_thread()
789 dwWaitResult = WaitForMultipleObjects (2, event_handle, FALSE, INFINITE); in gst_wasapi_src_read()
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc187 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE); in Communicate()
/third_party/flutter/glfw/deps/
Dtinycthread.c252 result = WaitForMultipleObjects(2, cond->mEvents, FALSE, timeout); in _cnd_timedwait_win32()
/third_party/openh264/codec/common/src/
DWelsThreadLib.cpp150 return WaitForMultipleObjects (nCount, event_list, FALSE, INFINITE); in WelsMultipleEventsWaitSingleBlocking()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp84 WaitForMultipleObjects(numWaitableObjects, waitableObjects, TRUE, INFINITE); in WaitForNextFrameResources()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay.c448 DWORD ret = WaitForMultipleObjects (2, handles, FALSE, INFINITE); in win32_kb_thread()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp429 WaitForMultipleObjects(numWaitableObjects, waitableObjects, TRUE, INFINITE); in WaitForNextFrameResources()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_corewindow.cpp212 wait_ret = WaitForMultipleObjects (2, event_handle, FALSE, timeout); in run_async()
Dgstd3d11window_swapchainpanel.cpp177 wait_ret = WaitForMultipleObjects (2, event_handle, FALSE, timeout); in run_async()

12