| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_regression.cpp | 97 bool passed = true; in TestReallocMsize() local 111 passed = false; in TestReallocMsize() 115 return passed; in TestReallocMsize() 176 bool passed = true; variable 179 passed &= TestReallocMsize(sum); 185 passed &= TestReallocMsize(a); 187 REQUIRE_MESSAGE( passed, "Test failed" );
|
| /oneTBB/doc/main/reference/ |
| H A D | follows_and_precedes_functions.rst | 21 the successor of the set of nodes passed as an argument. 24 the predecessor of the set of nodes passed as an argument. 27 passed as the first argument to the constructor of the node. The graph argument for the 28 …de being constructed is obtained either from the specified node set or the sequence of nodes passed 31 If the nodes passed to ``follows`` or ``precedes`` belong to
|
| H A D | make_node_set_function.rst | 17 can be passed as arguments to ``make_edges``, ``follows`` and ``precedes`` functions.
|
| H A D | parallel_for_each_semantics.rst | 42 * ``iterator`` determines the type of the iterator passed into ``parallel_for_each`` algorithm (whi…
|
| H A D | custom_mutex_chmap.rst | 52 The type of the mutex passed as a template argument for ``concurrent_hash_map`` should
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Graph_Main_Categories.rst | 10 - **Data flow graphs.** In this type of graph, data is passed along the 15 passed along the edges.
|
| H A D | Edges.rst | 9 over which messages are passed. They are created by calling the function 45 be automatically passed to node ``m`` by the runtime library.
|
| H A D | Flow_Graph_Buffering_in_Nodes.rst | 11 Broadcast-push, a message may be passed to one or to multiple 31 passed to another node:
|
| H A D | Floating_Point_Settings.rst | 14 …s in a task group context. Do it at context creation with a special flag passed to the constructor: 33 …captured during task scheduler initialization. It means, if a context is passed to a parallel algo…
|
| H A D | Using_Circular_Buffers.rst | 8 allocating and freeing the items passed between pipeline filters. If the
|
| H A D | cancel_a_graph.rst | 85 was not explicitly passed one at construction time.
|
| H A D | Non-Linear_Pipelines.rst | 45 to be passed along to the next filter in the pipeline.
|
| H A D | Mapping_Nodes2Tasks.rst | 43 immediately spawning a task or buffering the message being passed.
|
| H A D | use_limiter_node.rst | 85 three that have passed through the ``limiter_node`` and the one that is
|
| H A D | Dependence_Graph.rst | 29 passed between nodes are of type oneapi::tbb::flow::continue_msg. Unlike a
|
| H A D | std_invoke.rst | 6 Starting from C++17, the requirements for callable objects passed to algorithms or Flow Graph nodes…
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 107 ``TextSlice`` objects are passed between filters using pointers to avoid
|
| /oneTBB/cmake/ |
| H A D | sanitize.cmake | 15 set(TBB_SANITIZE ${TBB_SANITIZE} CACHE STRING "Sanitizer parameter passed to compiler/linker" FORCE) 26 # sanitizer option should be passed during the compilation phase as well as during the compilation.
|
| H A D | config_generation.cmake | 88 …# .lib - installed to TBB_LIB_REL_PATH (e.g. <prefix>/lib) and are passed as IMPORTED_IMPLIB_<CONF… 89 …# .dll - installed to <prefix>/bin or <prefix>/redist and are passed as IMPORTED_LOCATION_<CONFIG>…
|
| H A D | README.md | 9 TBB_SANITIZE:STRING - Sanitizer parameter, passed to compiler/linker 241 oneTBB components can be passed to [find_package](https://cmake.org/cmake/help/latest/command/find_…
|
| /oneTBB/doc/main/reference/scalable_memory_pools/ |
| H A D | fixed_pool_cls.rst | 19 All the memory available for the allocation is initially passed through arguments of the constructo…
|
| /oneTBB/examples/graph/binpack/ |
| H A D | README.md | 4 … returned to the queue. When a bin is packed as well as it can be, it is passed to a `buffer_node`…
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 65 // Member to be called when object of this type are passed into 92 completes only when all functors passed to the parallel pattern complete their execution.
|
| /oneTBB/test/common/ |
| H A D | doctest.h | 1450 Result(bool passed, const String& decomposition = String()); 4334 Result::Result(bool passed, const String& decomposition) 4335 : m_passed(passed)
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 171 # specify the list of include paths that are normally passed to the compiler
|