Home
last modified time | relevance | path

Searched refs:WaitForSingleObjectEx (Results 76 – 100 of 1426) sorted by relevance

12345678910>>...58

/dports/devel/boost-docs/boost_1_72_0/boost/winapi/
H A Dwait.hpp24 WaitForSingleObjectEx(
70 using ::WaitForSingleObjectEx;
/dports/devel/boost-python-libs/boost_1_72_0/boost/winapi/
H A Dwait.hpp24 WaitForSingleObjectEx(
70 using ::WaitForSingleObjectEx;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/winapi/
H A Dwait.hpp24 WaitForSingleObjectEx(
70 using ::WaitForSingleObjectEx;
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/System/WinRT/
H A DNptWinRtSockets.cpp230 DWORD wait_result = WaitForSingleObjectEx(wait_event, timeout, FALSE);
234 WaitForSingleObjectEx(wait_event, INFINITE, FALSE);
281 DWORD wait_result = WaitForSingleObjectEx(wait_event, timeout, FALSE);
285 WaitForSingleObjectEx(wait_event, INFINITE, FALSE);
H A DNptWinRtThreads.cpp59 DWORD result = WaitForSingleObjectEx(m_Handle, INFINITE, FALSE); in Lock()
147 …DWORD result = WaitForSingleObjectEx(m_Event, timeout==NPT_TIMEOUT_INFINITE?INFINITE:timeout, FALS… in Wait()
670 DWORD result = WaitForSingleObjectEx(m_ThreadHandle, in Wait()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/System/WinRT/
H A DNptWinRtSockets.cpp230 DWORD wait_result = WaitForSingleObjectEx(wait_event, timeout, FALSE);
234 WaitForSingleObjectEx(wait_event, INFINITE, FALSE);
281 DWORD wait_result = WaitForSingleObjectEx(wait_event, timeout, FALSE);
285 WaitForSingleObjectEx(wait_event, INFINITE, FALSE);
H A DNptWinRtThreads.cpp59 DWORD result = WaitForSingleObjectEx(m_Handle, INFINITE, FALSE); in Lock()
147 …DWORD result = WaitForSingleObjectEx(m_Event, timeout==NPT_TIMEOUT_INFINITE?INFINITE:timeout, FALS… in Wait()
670 DWORD result = WaitForSingleObjectEx(m_ThreadHandle, in Wait()
/dports/devel/py-fs/fs-0.5.4/fs/osfs/
H A Dwatch_win32.py146 WaitForSingleObjectEx = ctypes.windll.kernel32.WaitForSingleObjectEx variable
147 WaitForSingleObjectEx.restype = ctypes.wintypes.DWORD
148 WaitForSingleObjectEx.errcheck = _errcheck_dword
149 WaitForSingleObjectEx.argtypes = (
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgp_wsync.c103 WaitForSingleObjectEx(winSema->handle, INFINITE, FALSE) in gp_semaphore_wait()
290 WaitForSingleObjectEx((HANDLE)thread, INFINITE, FALSE); in gp_thread_finish()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgp_wsync.c103 WaitForSingleObjectEx(winSema->handle, INFINITE, FALSE) in gp_semaphore_wait()
290 WaitForSingleObjectEx((HANDLE)thread, INFINITE, FALSE); in gp_thread_finish()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dsemaphore.h54 void P() {WaitForSingleObjectEx( sem, INFINITE, FALSE );} in P()
132 void P() { WaitForSingleObjectEx( my_sem, INFINITE, FALSE ); } in P()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dsemaphore.h57 void P() {WaitForSingleObjectEx( sem, INFINITE, FALSE );} in P()
135 void P() { WaitForSingleObjectEx( my_sem, INFINITE, FALSE ); } in P()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dsemaphore.h57 void P() {WaitForSingleObjectEx( sem, INFINITE, FALSE );} in P()
135 void P() { WaitForSingleObjectEx( my_sem, INFINITE, FALSE ); } in P()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dsemaphore.h54 void P() {WaitForSingleObjectEx( sem, INFINITE, FALSE );} in P()
132 void P() { WaitForSingleObjectEx( my_sem, INFINITE, FALSE ); } in P()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dsemaphore.h54 void P() {WaitForSingleObjectEx( sem, INFINITE, FALSE );} in P()
132 void P() { WaitForSingleObjectEx( my_sem, INFINITE, FALSE ); } in P()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dport.c72 WaitForSingleObjectEx(thread, INFINITE, FALSE); in belle_sip_thread_join()
203 WaitForSingleObjectEx(sleepEvent, ms, FALSE); in belle_sip_sleep()
/dports/devel/boost-docs/boost_1_72_0/libs/winapi/test/run/
H A Dwait_abi.cpp28 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(WaitForSingleObjectEx); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/winapi/test/run/
H A Dwait_abi.cpp28 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(WaitForSingleObjectEx); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/winapi/test/run/
H A Dwait_abi.cpp28 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(WaitForSingleObjectEx); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/winapi/test/run/
H A Dwait_abi.cpp28 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(WaitForSingleObjectEx); in main()
/dports/devel/boost-docs/boost_1_72_0/boost/thread/win32/
H A Dbasic_timed_mutex.hpp85 if(winapi::WaitForSingleObjectEx(sem,::boost::detail::win32::infinite,0)==0) in lock()
185 if(winapi::WaitForSingleObjectEx(sem,getMs(d),0)==0) in do_lock_until()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/priv/
H A Dhandle.c193 err = WaitForSingleObjectEx(h, msec, TRUE); in netwib_priv_handle_wait()
229 err = WaitForSingleObjectEx(h, msec, TRUE); in netwib_priv_handle_waitsimple()
/dports/devel/R-cran-BH/BH/inst/include/boost/thread/win32/
H A Dbasic_timed_mutex.hpp85 if(winapi::WaitForSingleObjectEx(sem,::boost::detail::win32::infinite,0)==0) in lock()
185 if(winapi::WaitForSingleObjectEx(sem,getMs(d),0)==0) in do_lock_until()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/thread/win32/
H A Dbasic_timed_mutex.hpp85 if(winapi::WaitForSingleObjectEx(sem,::boost::detail::win32::infinite,0)==0) in lock()
185 if(winapi::WaitForSingleObjectEx(sem,getMs(d),0)==0) in do_lock_until()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/thread/win32/
H A Dbasic_timed_mutex.hpp85 if(winapi::WaitForSingleObjectEx(sem,::boost::detail::win32::infinite,0)==0) in initialize()
185 if(winapi::WaitForSingleObjectEx(sem,getMs(d),0)==0) in initialize()

12345678910>>...58