Searched refs:WINAPI (Results 1 – 10 of 10) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | semaphore.cpp | 32 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 D | misc_ex.cpp | 269 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 D | rml_thread_monitor.h | 97 #define __RML_DECL_THREAD_ROUTINE unsigned WINAPI 98 typedef unsigned (WINAPI *thread_routine_type)(void*);
|
| H A D | main.cpp | 147 extern "C" bool WINAPI DllMain( HANDLE /*hinstDLL*/, DWORD reason, LPVOID lpvReserved ) { in DllMain()
|
| H A D | co_context.h | 168 inline unsigned WINAPI coroutine_thread_func(void* d) in coroutine_thread_func()
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | bzlib.hpp | 129 #define BZ_API(func) WINAPI func 133 #define BZ_API(func) (WINAPI * func)
|
| /oneTBB/src/tbbmalloc/ |
| H A D | tbbmalloc.cpp | 77 extern "C" BOOL WINAPI DllMain( HINSTANCE /*hInst*/, DWORD callReason, LPVOID lpvReserved) in DllMain()
|
| /oneTBB/examples/common/gui/ |
| H A D | video.hpp | 238 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, PSTR szCmdLine, int iCmdShow) { in WinMain()
|
| H A D | winvideo.hpp | 196 DWORD WINAPI thread_video(LPVOID lpParameter) { in thread_video()
|
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | proxy.cpp | 773 extern "C" BOOL WINAPI DllMain( HINSTANCE hInst, DWORD callReason, LPVOID reserved ) in DllMain()
|