Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 19 of 19) sorted by relevance

/oneTBB/doc/main/intro/
H A Dintro_os.rst8 standard ISO C++ code. It does not require special languages or
25 |full_name| requires C++11 standard compiler support.
H A Dlimitations.rst21 …* The LLVM standard library is employed, coupled with the use of the ``-ffreestanding`` flag and C…
30 …BACKEND`` (in libstdc++ 10) macro to zero before inclusion of the first standard header file in ea…
/oneTBB/include/oneapi/tbb/
H A Dtbb_allocator.h52 standard enumerator
70 return r1::is_tbbmalloc_used() ? standard : scalable; in allocator_type()
/oneTBB/examples/common/cmake/
H A Dcommon.cmake26 # Handle C++ standard version.
31 …if (CMAKE_CXX${CMAKE_CXX_STANDARD}_STANDARD_COMPILE_OPTION) # if standard option was detected by …
/oneTBB/doc/main/tbb_userguide/
H A DWindows_C_Dynamic_Memory_Interface_Replacement.rst76 standard memory allocation functions. You can use the ``TBB_malloc_replacement_log``
82 program will use standard dynamic memory allocation functions. Note that
H A DMemory_Allocation.rst62 equivalent to the C standard library memory management routines but has
64 redirect the standard routines to these functions.
H A Dautomatically-replacing-malloc.rst8 replace all calls to standard functions for dynamic memory allocation
H A DCook_Until_Done_parallel_do.rst37 the C++ standard header ``<functional>``, except that ``operator()``
H A Dstd_invoke.rst117 oneTBB implementation uses the C++ standard function ``std::invoke(&StrideRange::iterate, range)`` …
/oneTBB/python/
H A DREADME.md9 standard library or libraries like Dask or Joblib (used either in multi-threading or multi-processi…
13 The module implements Pool class with the standard interface using oneTBB which can be used to repl…
/oneTBB/test/conformance/
H A Dconformance_allocators.cpp76 …s_available_type = (a_type == Allocator::malloc_type::scalable) || (a_type == Allocator::standard);
H A Dconformance_enumerable_thread_specific.cpp1063 …f(oneapi::tbb::tbb_allocator<int>::allocator_type() == oneapi::tbb::tbb_allocator<int>::standard) { in init_tbb_alloc_mask()
/oneTBB/
H A DCMakeLists.txt65 # Handle C++ standard version.
71 …if (CMAKE_CXX${CMAKE_CXX_STANDARD}_STANDARD_COMPILE_OPTION) # if standard option was detected by …
73 else() # if standard option wasn't detected by CMake (e.g. for Intel Compiler with CMake 3.1)
H A DBazel.md18 The standard Bazel approach to handling third-party libraries is static linking. It is the best pra…
H A Dthird-party-programs.txt181 …A "Standard Interface" means an interface that either is an official standard defined by a recogni…
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmalloc_replacement_log.rst35 and the program continues to use the standard memory allocation functions.
/oneTBB/test/tbb/
H A Dtest_enumerable_thread_specific.cpp387 if(tbb::tbb_allocator<int>::allocator_type() == tbb::tbb_allocator<int>::standard) { in init_tbb_alloc_mask()
/oneTBB/doc/
H A DDoxyfile.in723 # standard output by doxygen. If QUIET is set to YES this implies that the
730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
778 # messages should be written. If left blank the output is written to standard
940 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
1145 # standard header.
1186 # cascading style sheets that are included after the standard style sheets
1189 # standard style sheet and is therefore more robust against future updates.
1729 # chapter. If it is left blank doxygen will generate a standard header. See
1745 # chapter. If it is left blank doxygen will generate a standard footer. See
1755 # LaTeX style sheets that are included after the standard style sheets created
[all …]
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst59 method. With this new approach, you work with functors in a C++-standard way by implementing ``void