Home
last modified time | relevance | path

Searched refs:WaitForSingleObjectEx (Results 1 – 25 of 1426) sorted by path

12345678910>>...58

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/winapi-0.3.8/src/um/
H A Dsynchapi.rs153 pub fn WaitForSingleObjectEx( in WaitForSingleObjectEx() function
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/winapi-0.3.9/src/um/
H A Dsynchapi.rs153 pub fn WaitForSingleObjectEx( in WaitForSingleObjectEx() function
/dports/astro/opencpn/OpenCPN-5.2.4/libs/sqlite/src/
H A Dsqlite3.c39273 { "WaitForSingleObjectEx", (SYSCALL)WaitForSingleObjectEx, 0 },
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dsqlite3.c43125 { "WaitForSingleObjectEx", (SYSCALL)WaitForSingleObjectEx, 0 },
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/detail/impl/
H A Dwin_static_mutex.ipp64 ::WaitForSingleObjectEx(mutex, INFINITE, false);
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/detail/
H A Dwinapp_thread.hpp66 ::WaitForSingleObjectEx(thread_, INFINITE, false); in join()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c43125 { "WaitForSingleObjectEx", (SYSCALL)WaitForSingleObjectEx, 0 },
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/winapi-0.3.9/src/um/
H A Dsynchapi.rs153 pub fn WaitForSingleObjectEx( in WaitForSingleObjectEx() function
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c41184 { "WaitForSingleObjectEx", (SYSCALL)WaitForSingleObjectEx, 0 },
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dcurl_threads.c145 int ret = (WaitForSingleObjectEx(*hnd, INFINITE, FALSE) == WAIT_OBJECT_0); in Curl_thread_join()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/server/
H A Dsockfilt.c821 WaitForSingleObjectEx(handle, 0, FALSE) == WAIT_OBJECT_0) { in select_ws()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/winapi-0.3.8/src/um/
H A Dsynchapi.rs153 pub fn WaitForSingleObjectEx( in WaitForSingleObjectEx() function
/dports/audio/mpg123/mpg123-1.29.3/src/
H A Dwin32_support.c111 WaitForSingleObjectEx(fifohandle,INFINITE,TRUE); in win32_fifo_read()
139 WaitForSingleObjectEx(fifohandle,timer,TRUE); in win32_fifo_read_peek()
146 WaitForSingleObjectEx(fifohandle,timer,TRUE); in win32_fifo_read_peek()
190 WaitForSingleObjectEx(fifohandle,INFINITE,TRUE); in win32_fifo_mkfifo()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/backtrace-0.3.63/src/
H A Ddbghelp.rs296 let r = WaitForSingleObjectEx(lock, INFINITE, FALSE); in init()
H A Dwindows.rs403 pub fn WaitForSingleObjectEx(
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/winapi-0.3.9/src/um/
H A Dsynchapi.rs153 pub fn WaitForSingleObjectEx(
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Threading/
H A Dmod.rs5850 pub unsafe fn WaitForSingleObjectEx<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::Fou… in WaitForSingleObjectEx() function
5855 …fn WaitForSingleObjectEx(hhandle: super::super::Foundation::HANDLE, dwmilliseconds: u32, balertabl… in WaitForSingleObjectEx() function
5857 …::std::mem::transmute(WaitForSingleObjectEx(hhandle.into_param().abi(), ::std::mem::transmute(dwmi… in WaitForSingleObjectEx()
/dports/audio/openal-soft/openal-soft-1.21.1/alc/backends/
H A Ddsound.cpp259 avail = WaitForSingleObjectEx(mNotifyEvent, 2000, FALSE); in mixerProc()
H A Dwasapi.cpp764 DWORD res{WaitForSingleObjectEx(mNotifyEvent, 2000, FALSE)};
1353 DWORD res{WaitForSingleObjectEx(mNotifyEvent, 2000, FALSE)};
/dports/audio/portaudio/portaudio/src/hostapi/dsound/
H A Dpa_win_ds.c2789 …wfsoResult = WaitForSingleObjectEx( stream->processingCompleted, timerPeriodMs * 10, /* alertable … in ProcessingThreadProc()
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/
H A Dpa_win_wasapi.c1411 return WaitForSingleObjectEx(hObjectToWaitOn, dwMilliseconds, bAlertable); in SignalObjectAndWait()
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_win_ds.c2793 …wfsoResult = WaitForSingleObjectEx( stream->processingCompleted, timerPeriodMs * 10, /* alertable … in ProcessingThreadProc()
H A Dpa_win_wasapi.c1788 return WaitForSingleObjectEx(hObjectToWaitOn, dwMilliseconds, bAlertable);
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/
H A Dwin32_support.c111 WaitForSingleObjectEx(fifohandle,INFINITE,TRUE);
139 WaitForSingleObjectEx(fifohandle,timer,TRUE);
146 WaitForSingleObjectEx(fifohandle,timer,TRUE);
190 WaitForSingleObjectEx(fifohandle,INFINITE,TRUE);
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/src/
H A Ddbghelp.rs314 let r = WaitForSingleObjectEx(lock, INFINITE, FALSE); in init()

12345678910>>...58