Home
last modified time | relevance | path

Searched refs:operate (Results 1 – 7 of 7) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DContainers.rst17 thread operate on the container at a time, but that approach eliminates
25 - **Fine-grained locking:** Multiple threads operate on the container
H A DFlow_Graph_Message_Passing_Protocol.rst9 message from its predecessor. For a graph to operate most-efficiently,
H A Duse_concurrency_limits.rst69 The ``function_node`` will operate on at most three big objects
H A Dconcurrent_hash_map.rst124 The method ``remove(key)`` can also operate concurrently. It implicitly
H A DWorking_on_the_Assembly_Line_pipeline.rst10 incoming stream of data, some of these filters can operate in parallel,
59 To amortize parallel scheduling overheads, the filters operate on chunks
/oneTBB/test/common/
H A Dtest_invoke.h103 void operate() const { in operate() function
/oneTBB/test/conformance/
H A Dconformance_parallel_pipeline.cpp436 …test_pipeline_invoke_basic(&middle_filter_type::get_id, &output_filter_type::operate); // Pointer …
437 …test_pipeline_invoke_basic(&middle_filter_type::id, &output_filter_type::operate); // Pointer to n…