Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 25) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_regression.cpp97 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 Dfollows_and_precedes_functions.rst21 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 Dmake_node_set_function.rst17 can be passed as arguments to ``make_edges``, ``follows`` and ``precedes`` functions.
H A Dparallel_for_each_semantics.rst42 * ``iterator`` determines the type of the iterator passed into ``parallel_for_each`` algorithm (whi…
H A Dcustom_mutex_chmap.rst52 The type of the mutex passed as a template argument for ``concurrent_hash_map`` should
/oneTBB/doc/main/tbb_userguide/
H A DGraph_Main_Categories.rst10 - **Data flow graphs.** In this type of graph, data is passed along the
15 passed along the edges.
H A DEdges.rst9 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 DFlow_Graph_Buffering_in_Nodes.rst11 Broadcast-push, a message may be passed to one or to multiple
31 passed to another node:
H A DFloating_Point_Settings.rst14 …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 DUsing_Circular_Buffers.rst8 allocating and freeing the items passed between pipeline filters. If the
H A Dcancel_a_graph.rst85 was not explicitly passed one at construction time.
H A DNon-Linear_Pipelines.rst45 to be passed along to the next filter in the pipeline.
H A DMapping_Nodes2Tasks.rst43 immediately spawning a task or buffering the message being passed.
H A Duse_limiter_node.rst85 three that have passed through the ``limiter_node`` and the one that is
H A DDependence_Graph.rst29 passed between nodes are of type oneapi::tbb::flow::continue_msg. Unlike a
H A Dstd_invoke.rst6 Starting from C++17, the requirements for callable objects passed to algorithms or Flow Graph nodes…
H A DWorking_on_the_Assembly_Line_pipeline.rst107 ``TextSlice`` objects are passed between filters using pointers to avoid
/oneTBB/cmake/
H A Dsanitize.cmake15 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 Dconfig_generation.cmake88 …# .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 DREADME.md9 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 Dfixed_pool_cls.rst19 All the memory available for the allocation is initially passed through arguments of the constructo…
/oneTBB/examples/graph/binpack/
H A DREADME.md4 … 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 DTask_API.rst65 // 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 Ddoctest.h1450 Result(bool passed, const String& decomposition = String());
4334 Result::Result(bool passed, const String& decomposition)
4335 : m_passed(passed)
/oneTBB/doc/
H A DDoxyfile.in171 # specify the list of include paths that are normally passed to the compiler