Home
last modified time | relevance | path

Searched refs:WaitForMultipleObjectsEx (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwin_event.hpp119 ::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 Dsockfilt.c484 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/
Dshared_mutex.hpp455 …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 Dapr_dbg_win32_handles.h183 #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/
Dthread.cpp678 …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/
Dsynchapi.h52 …WINBASEAPI DWORD WINAPI WaitForMultipleObjectsEx (DWORD nCount, CONST HANDLE *lpHandles, WINBOOL b…
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c146 res = WaitForMultipleObjectsEx(nhandles, handles, FALSE, full_msecs, FALSE); in _multiprocessing_SemLock_acquire_impl()
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Deloop_win.c577 ret = WaitForMultipleObjectsEx(count, eloop.handles, FALSE, in eloop_run()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/SystemService/
H A DService.c1327 …result = WaitForMultipleObjectsEx( ( DWORD ) waitListCount, waitList, FALSE, (DWORD) nextTimerEven… in ServiceSpecificRun()
/aosp_15_r20/external/cronet/base/tracing/protos/
H A Dchrome_track_event.proto92 // The result of the Win32 API call WaitForMultipleObjectsEx().
/aosp_15_r20/external/perfetto/protos/third_party/chromium/
H A Dchrome_track_event.proto93 // The result of the Win32 API call WaitForMultipleObjectsEx().
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
H A Dkernel32.sym695 PUBLIC 952a 14 WaitForMultipleObjectsEx
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs65712 pub fn WaitForMultipleObjectsEx( in WaitForMultipleObjectsEx() function