Home
last modified time | relevance | path

Searched refs:HANDLE (Results 1 – 11 of 11) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_tbb_fork.cpp38 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 Drml_thread_monitor.h95 typedef HANDLE handle_type;
145HANDLE h = (HANDLE)_beginthreadex( nullptr, unsigned(stack_size), thread_routine, arg, STACK_SIZE_… in launch()
H A Dsemaphore.h140 HANDLE sem;
208 HANDLE my_sem;
214 HANDLE h;
H A Dmain.cpp147 extern "C" bool WINAPI DllMain( HANDLE /*hinstDLL*/, DWORD reason, LPVOID lpvReserved ) { in DllMain() argument
H A Dco_context.h74 using handle_type = HANDLE;
210 …c.my_thread = (HANDLE)_beginthreadex(nullptr, unsigned(stack_size), coroutine_thread_func, &data, … in create_coroutine()
H A Dmisc_ex.cpp271 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 Dpthread_w.hpp69 HANDLE winthread_handle;
/oneTBB/examples/common/gui/
H A Dd2dvideo.cpp36 HANDLE g_hVSync;
H A Dwinvideo.hpp48 HANDLE g_handles[2] = { 0, 0 }; // thread and wake up event
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp58 static HANDLE hJob = nullptr; in limitMem()
/oneTBB/test/common/
H A Ddoctest.h4482 HANDLE stdoutHandle;