Home
last modified time | relevance | path

Searched refs:_DEBUG (Results 1 – 21 of 21) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp41 #ifdef _DEBUG
42 #undef _DEBUG
45 #define _DEBUG macro
49 #define _DEBUG 0x0 macro
55 #if _DEBUG
74 #if !TBB_USE_DEBUG && defined(_DEBUG)
77 #undef _DEBUG
H A Dtest_tbb_fork.cpp172 #if _MSC_VER && _DEBUG in TestSchedulerMemLeaks()
189 #if _MSC_VER && _DEBUG in TestSchedulerMemLeaks()
/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolyover.cpp186 #if _DEBUG in NaiveParallelOverlay()
265 #if _DEBUG
302 #if _DEBUG in blocked_range_with_maps()
333 #ifdef _DEBUG in operator ()()
372 #ifdef _DEBUG in operator ()()
422 #ifdef _DEBUG in SplitParallelOverlay()
454 #if _DEBUG in SplitParallelOverlay()
549 #ifdef _DEBUG in SplitParallelOverlayCV()
581 #if _DEBUG in SplitParallelOverlayCV()
684 #ifdef _DEBUG in SplitParallelOverlayETS()
[all …]
H A Dpover_global.hpp60 #ifdef _DEBUG
77 #if _DEBUG
H A Dpover_video.cpp109 #if _DEBUG in on_process()
181 #if _DEBUG in on_process()
H A Drpolygon.hpp188 #if _DEBUG in PolygonsOverlap()
H A Dpolymain.cpp38 #if _DEBUG
517 #if _DEBUG in GenerateMap()
/oneTBB/src/tbb/
H A Dassert_impl.h27 #if _MSC_VER && _DEBUG
49 #if _MSC_VER && _DEBUG in assertion_failure_impl()
H A Dtbb.rc41 #ifdef _DEBUG
/oneTBB/include/oneapi/tbb/detail/
H A D_config.h119 #ifdef _DEBUG
121 #define __TBB_IS__DEBUG_EMPTY (__TBB_IS_MACRO_EMPTY(_DEBUG,IGNORED)==__TBB_MACRO_EMPTY)
125 #define TBB_USE_DEBUG _DEBUG
357 #ifdef _DEBUG
/oneTBB/test/common/
H A Dallocator_overload.h29 …ED ((_WIN32||_WIN64) && !__TBB_WIN8UI_SUPPORT && _MSC_VER >= 1500 && !(_MSC_VER >= 1900 && _DEBUG))
H A Dutils_assert.h35 #if _MSC_VER && _DEBUG in ReportError()
/oneTBB/include/oneapi/tbb/
H A Dtbbmalloc_proxy.h40 #ifdef _DEBUG
/oneTBB/doc/main/tbb_userguide/
H A DDebug_Versus_Release_Libraries.rst46 - On the Microsoft Windows\* operating system, when ``_DEBUG=1``.
/oneTBB/src/tbbmalloc_proxy/
H A Dtbbmalloc_proxy.rc41 #ifdef _DEBUG
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc.rc41 #ifdef _DEBUG
/oneTBB/src/tbbbind/
H A Dtbb_bind.rc41 #ifdef _DEBUG
/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp240 #ifdef _DEBUG in window_title_string()
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp179 #ifdef _DEBUG
H A Dtest_malloc_compliance.cpp1061 #ifdef _DEBUG
/oneTBB/test/conformance/
H A Dconformance_global_control.cpp352 #if (!_MSC_VER || (defined(_DLL) && !defined(_DEBUG))) && !EMSCRIPTEN