Searched refs:HANDLE (Results 1 – 11 of 11) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_tbb_fork.cpp | 38 HANDLE getCurrentThreadHandle() in getCurrentThreadHandle() 40 HANDLE hProc = GetCurrentProcess(), hThr = INVALID_HANDLE_VALUE; in getCurrentThreadHandle() 49 bool threadTerminated(HANDLE h) in threadTerminated() 56 HANDLE h; 84 HANDLE h = getCurrentThreadHandle(); in operator ()()
|
| /oneTBB/src/tbb/ |
| H A D | rml_thread_monitor.h | 95 typedef HANDLE handle_type; 145 …HANDLE h = (HANDLE)_beginthreadex( nullptr, unsigned(stack_size), thread_routine, arg, STACK_SIZE_… in launch()
|
| H A D | semaphore.h | 140 HANDLE sem; 208 HANDLE my_sem; 214 HANDLE h;
|
| H A D | main.cpp | 147 extern "C" bool WINAPI DllMain( HANDLE /*hinstDLL*/, DWORD reason, LPVOID lpvReserved ) { in DllMain() argument
|
| H A D | co_context.h | 74 using handle_type = HANDLE; 210 …c.my_thread = (HANDLE)_beginthreadex(nullptr, unsigned(stack_size), coroutine_thread_func, &data, … in create_coroutine()
|
| H A D | misc_ex.cpp | 271 static BOOL (WINAPI *TBB_SetThreadGroupAffinity)( HANDLE hThread, 273 static BOOL (WINAPI *TBB_GetThreadGroupAffinity)( HANDLE hThread, TBB_GROUP_AFFINITY* );
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | pthread_w.hpp | 69 HANDLE winthread_handle;
|
| /oneTBB/examples/common/gui/ |
| H A D | d2dvideo.cpp | 36 HANDLE g_hVSync;
|
| H A D | winvideo.hpp | 48 HANDLE g_handles[2] = { 0, 0 }; // thread and wake up event
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 58 static HANDLE hJob = nullptr; in limitMem()
|
| /oneTBB/test/common/ |
| H A D | doctest.h | 4482 HANDLE stdoutHandle;
|