/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | win_event.hpp | 119 ::WaitForMultipleObjectsEx(2, events_, false, INFINITE, false); in wait() 139 ::WaitForMultipleObjectsEx(2, events_, false, msec, false); in wait_for_usec()
|
/aosp_15_r20/external/curl/tests/server/ |
H A D | sockfilt.c | 484 while(WaitForMultipleObjectsEx(1, handles, FALSE, 0, FALSE) in select_ws_wait_thread() 520 while(WaitForMultipleObjectsEx(2, handles, FALSE, INFINITE, FALSE) in select_ws_wait_thread() 549 while(WaitForMultipleObjectsEx(1, handles, FALSE, 0, FALSE) in select_ws_wait_thread() 583 if(WaitForMultipleObjectsEx(2, handles, FALSE, INFINITE, FALSE) in select_ws_wait_thread() 807 wait = WaitForMultipleObjectsEx(wait, handles, FALSE, timeout_ms, FALSE); in select_ws()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | shared_mutex.hpp | 455 …BOOST_VERIFY(winapi::WaitForMultipleObjectsEx(2,semaphores,wait_all,::boost::detail::win32::infini… in lock() 515 wait_res=winapi::WaitForMultipleObjectsEx(2,semaphores,true,getMs(d),0); in do_lock_until() 517 wait_res=winapi::WaitForMultipleObjectsEx(2,semaphores,false,getMs(d),0); in do_lock_until()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/ |
H A D | apr_dbg_win32_handles.h | 183 #define WaitForMultipleObjectsEx(d1,ah,b1,d2,b2) \ macro 185 (HANDLE)(WaitForMultipleObjectsEx)(d1,ah,b1,d2,b2), \
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/ |
D | thread.cpp | 678 …unsigned long const notified_index=winapi::WaitForMultipleObjectsEx(handle_count,handles,false,sta… in interruptible_wait() 770 …unsigned long const notified_index=winapi::WaitForMultipleObjectsEx(handle_count,handles,false,sta… in non_interruptible_wait()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | synchapi.h | 52 …WINBASEAPI DWORD WINAPI WaitForMultipleObjectsEx (DWORD nCount, CONST HANDLE *lpHandles, WINBOOL b…
|
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/ |
D | semaphore.c | 146 res = WaitForMultipleObjectsEx(nhandles, handles, FALSE, full_msecs, FALSE); in _multiprocessing_SemLock_acquire_impl()
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | eloop_win.c | 577 ret = WaitForMultipleObjectsEx(count, eloop.handles, FALSE, in eloop_run()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/SystemService/ |
H A D | Service.c | 1327 …result = WaitForMultipleObjectsEx( ( DWORD ) waitListCount, waitList, FALSE, (DWORD) nextTimerEven… in ServiceSpecificRun()
|
/aosp_15_r20/external/cronet/base/tracing/protos/ |
H A D | chrome_track_event.proto | 92 // The result of the Win32 API call WaitForMultipleObjectsEx().
|
/aosp_15_r20/external/perfetto/protos/third_party/chromium/ |
H A D | chrome_track_event.proto | 93 // The result of the Win32 API call WaitForMultipleObjectsEx().
|
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
H A D | kernel32.sym | 695 PUBLIC 952a 14 WaitForMultipleObjectsEx
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 65712 pub fn WaitForMultipleObjectsEx( in WaitForMultipleObjectsEx() function
|