| /oneTBB/test/tbb/ |
| H A D | test_numa_dist.cpp | 60 std::vector<DWORD> numaProcessors; 61 DWORD maxProcessors; 71 int TestNumaDistribution(std::vector<DWORD> &validateProcgrp, int additionalParallelism, bool allTh… in TestNumaDistribution() 113 std::vector<DWORD> validateProcgrp; 116 std::vector<DWORD> result(GetMaximumProcessorGroupCount(), 0); 125 std::vector<DWORD> validateProcgrp; 128 std::vector<DWORD> result(GetMaximumProcessorGroupCount(), 0); 142 std::vector<DWORD> validateProcgrp; 151 std::vector<DWORD> validateProcgrp; 152 std::vector<DWORD> result(example.numaProcessors.size(), 0);
|
| H A D | test_tbb_fork.cpp | 51 DWORD ret = WaitForSingleObjectEx(h, 0, FALSE); in threadTerminated() 59 typedef tbb::concurrent_hash_map<DWORD, Data> TidTableType; 85 DWORD tid = GetCurrentThreadId(); in operator ()() 247 DWORD masterTid = GetCurrentThreadId(); in main()
|
| /oneTBB/src/tbb/ |
| H A D | tls.h | 47 typedef DWORD tls_key_t; 63 if( tmp== (DWORD)0xFFFFFFFF ) 64 return (DWORD)0xFFFFFFFF;
|
| H A D | main.cpp | 147 extern "C" bool WINAPI DllMain( HANDLE /*hinstDLL*/, DWORD reason, LPVOID lpvReserved ) { in DllMain()
|
| H A D | dynamic_link.cpp | 229 DWORD drc = GetModuleFileName( handle, ap_data._path, static_cast< DWORD >( PATH_MAX ) ); in init_ap_data()
|
| H A D | rml_thread_monitor.h | 159 DWORD res = in join()
|
| H A D | misc_ex.cpp | 269 static DWORD (WINAPI *TBB_GetActiveProcessorCount)( WORD groupIndex ) = nullptr;
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | pthread.cpp | 82 DWORD dw_ret; in pthread_join() 96 DWORD exit_val; in pthread_join() 116 ExitThread((DWORD)( in pthread_exit()
|
| H A D | util.hpp | 65 typedef DWORD timer;
|
| H A D | pthread_w.hpp | 70 DWORD winthread_id;
|
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.cpp | 133 DWORD m_size; // size of buffer 139 MemoryBuffer(void *base, DWORD size) in MemoryBuffer() 231 DWORD m_allocSize; 318 static DWORD InsertTrampoline32(void *inpAddr, void *targetAddr, const char* pattern, void** stored… in InsertTrampoline32() 339 DWORD pageFlags = PAGE_EXECUTE_READWRITE; in InsertTrampoline32() 373 static DWORD InsertTrampoline64(void *inpAddr, void *targetAddr, const char* pattern, void** stored… in InsertTrampoline64() 401 DWORD pageFlags = PAGE_EXECUTE_READWRITE; in InsertTrampoline64() 437 DWORD probeSize; in InsertTrampoline() 439 DWORD origProt = 0; in InsertTrampoline()
|
| H A D | proxy.cpp | 773 extern "C" BOOL WINAPI DllMain( HINSTANCE hInst, DWORD callReason, LPVOID reserved ) in DllMain()
|
| /oneTBB/examples/common/gui/ |
| H A D | winvideo.hpp | 57 static DWORD g_msec = 0; 196 DWORD WINAPI thread_video(LPVOID lpParameter) { in thread_video() 215 DWORD msec = GetTickCount(); in loop_once() 274 DWORD r = MsgWaitForMultipleObjects( in main_loop()
|
| H A D | convideo.cpp | 29 static DWORD g_msec = 0;
|
| /oneTBB/test/common/ |
| H A D | tls_limit.h | 30 typedef DWORD handle;
|
| H A D | doctest.h | 4687 DWORD id; 4694 {static_cast<DWORD>(EXCEPTION_ILLEGAL_INSTRUCTION), 4696 {static_cast<DWORD>(EXCEPTION_STACK_OVERFLOW), "SIGSEGV - Stack overflow"}, 4697 {static_cast<DWORD>(EXCEPTION_ACCESS_VIOLATION), 4699 {static_cast<DWORD>(EXCEPTION_INT_DIVIDE_BY_ZERO), "Divide by zero error"},
|
| /oneTBB/src/tbbmalloc/ |
| H A D | tbbmalloc.cpp | 77 extern "C" BOOL WINAPI DllMain( HINSTANCE /*hInst*/, DWORD callReason, LPVOID lpvReserved) in DllMain()
|
| H A D | tbbmalloc_internal.h | 28 typedef DWORD tls_key_t;
|
| H A D | frontend.cpp | 185 std::atomic<DWORD> tid;
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 143 typedef unsigned long DWORD; typedef 438 DWORD field1:2; 439 DWORD field2:6;
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_static.c | 1226 DWORD rc = GetEnvironmentVariableA(name, env_value, (DWORD)max_len); in __itt_get_env_var() 1240 DWORD err = GetLastError(); in __itt_get_env_var()
|
| H A D | ittnotify_config.h | 248 typedef DWORD TIDT;
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | enumerable_thread_specific.h | 293 using tls_key_t = DWORD; 299 using tls_key_t = DWORD;
|