Home
last modified time | relevance | path

Searched refs:WaitForThread (Results 1 – 25 of 55) sorted by relevance

123

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dapptrait.h29 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags) wxOVERRIDE;
51 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags) wxOVERRIDE;
81 virtual WXDWORD WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread() function
107 virtual WXDWORD WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread() function
H A Dapptbase.h43 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags) = 0;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dapptrait.h29 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags);
52 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags);
81 virtual WXDWORD WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread() function
H A Dapptbase.h43 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags) = 0;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dapptrait.h29 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags);
52 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags);
81 virtual WXDWORD WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread() function
H A Dapptbase.h43 virtual WXDWORD WaitForThread(WXHANDLE hThread, int flags) = 0;
/dports/devel/loki/loki-0.1.7/test/LockingPtr/
H A DThread.h72 static int WaitForThread(const Thread& thread) in WaitForThread() function
80 WaitForThread(*threads.at(i)); in JoinThreads()
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dcompat.h74 #define WaitForThread(_thandle_) WaitForSingleObject(_thandle_, INFINITE);
91 #define WaitForThread(_thandle_) pthread_join(_thandle_, NULL)
H A Dthreadlib.c50 WaitForThread (*thread); in threadlib_waitforclose()
/dports/devel/loki/loki-0.1.7/test/LevelMutex/
H A DThreadPool.cpp83 bool Thread::WaitForThread( void ) volatile in WaitForThread() function in Thread
154 thread->WaitForThread(); in ~ThreadPool()
257 thread->WaitForThread(); in Join()
272 thread->WaitForThread(); in JoinAll()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dbasemsw.cpp74 WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread() function in wxConsoleAppTraits
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dbasemsw.cpp74 WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread() function in wxConsoleAppTraits
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dbasemsw.cpp100 WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread() function in wxConsoleAppTraits
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/kfdtest/src/
H A DOSWrapper.hpp115 bool WaitForThread(uint64_t threadId);
/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/util/bsd/
H A Dos_bsd.cpp159 bool WaitForThread(Thread thread) { in WaitForThread() function
164 for (uint i = 0; i < threadCount; i++) WaitForThread(threads[i]); in WaitForAllThreads()
/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/util/lnx/
H A Dos_linux.cpp161 bool WaitForThread(Thread thread) { in WaitForThread() function
166 for (uint i = 0; i < threadCount; i++) WaitForThread(threads[i]); in WaitForAllThreads()
/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/util/
H A Dos.h151 bool WaitForThread(Thread thread);
/dports/devel/loki/loki-0.1.7/test/SmartPtr/
H A DLockTest.cpp102 int WaitForThread( void ) const in WaitForThread() function in Thread
149 m_threads.at( ii )->WaitForThread(); in Join()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/include/d3dadapter/
H A Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)
/dports/graphics/libosmesa/mesa-21.3.6/include/d3dadapter/
H A Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/include/d3dadapter/
H A Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/include/d3dadapter/
H A Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)
/dports/graphics/mesa-gallium-va/mesa-21.3.6/include/d3dadapter/
H A Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/include/d3dadapter/
H A Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)
/dports/graphics/mesa-dri/mesa-21.3.6/include/d3dadapter/
H A Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)

123