Home
last modified time | relevance | path

Searched refs:WINAPI (Results 1 – 10 of 10) sorted by relevance

/oneTBB/src/tbb/
H A Dsemaphore.cpp32 void WINAPI init_binsem_using_event( SRWLOCK* h_ ) in init_binsem_using_event()
38 void WINAPI acquire_binsem_using_event( SRWLOCK* h_ ) in acquire_binsem_using_event()
44 void WINAPI release_binsem_using_event( SRWLOCK* h_ ) in release_binsem_using_event()
50 static void (WINAPI *__TBB_init_binsem)( SRWLOCK* ) = (void (WINAPI *)(SRWLOCK*))&init_binsem_using… variable
51 static void (WINAPI *__TBB_acquire_binsem)( SRWLOCK* ) = (void (WINAPI *)(SRWLOCK*))&acquire_binsem… variable
52 static void (WINAPI *__TBB_release_binsem)( SRWLOCK* ) = (void (WINAPI *)(SRWLOCK*))&release_binsem… variable
H A Dmisc_ex.cpp269 static DWORD (WINAPI *TBB_GetActiveProcessorCount)( WORD groupIndex ) = nullptr;
270 static WORD (WINAPI *TBB_GetActiveProcessorGroupCount)() = nullptr;
271 static BOOL (WINAPI *TBB_SetThreadGroupAffinity)( HANDLE hThread,
273 static BOOL (WINAPI *TBB_GetThreadGroupAffinity)( HANDLE hThread, TBB_GROUP_AFFINITY* );
H A Drml_thread_monitor.h97 #define __RML_DECL_THREAD_ROUTINE unsigned WINAPI
98 typedef unsigned (WINAPI *thread_routine_type)(void*);
H A Dmain.cpp147 extern "C" bool WINAPI DllMain( HANDLE /*hinstDLL*/, DWORD reason, LPVOID lpvReserved ) { in DllMain()
H A Dco_context.h168 inline unsigned WINAPI coroutine_thread_func(void* d) in coroutine_thread_func()
/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.hpp129 #define BZ_API(func) WINAPI func
133 #define BZ_API(func) (WINAPI * func)
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc.cpp77 extern "C" BOOL WINAPI DllMain( HINSTANCE /*hInst*/, DWORD callReason, LPVOID lpvReserved) in DllMain()
/oneTBB/examples/common/gui/
H A Dvideo.hpp238 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, PSTR szCmdLine, int iCmdShow) { in WinMain()
H A Dwinvideo.hpp196 DWORD WINAPI thread_video(LPVOID lpParameter) { in thread_video()
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp773 extern "C" BOOL WINAPI DllMain( HINSTANCE hInst, DWORD callReason, LPVOID reserved ) in DllMain()