| /oneTBB/test/common/ |
| H A D | node_handling_support.h | 247 …REQUIRE_MESSAGE(!table_for_extract.contains(new_key), "Extract: container must not contain new ele… in test_extract() 306 REQUIRE_MESSAGE(table1.contains(Value<container2_pure_type>::key(it)), in test_merge_basic() 321 REQUIRE_MESSAGE(table1.contains(Value<container2_pure_type>::key(it)), in test_merge_basic() 380 if (!table.contains(Value<SrcTableType>::key(it))) { in check_concurrent_merge() 392 if (dst_table.contains(Value<SrcTableType>::key(it)) && in check_concurrent_merge() 393 start_data.contains(Value<DstTableType>::key(it))) in check_concurrent_merge()
|
| H A D | concurrent_unordered_common.h | 144 if (!c.contains(Value<UnorderedType>::key(*it))) { in equal()
|
| H A D | concurrent_ordered_common.h | 188 if (!c.contains(Value<OrderedType>::key((*it)))) return false; in equal()
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | README.md | 2 This directory contains an example that finds all solutions to a Sudoku board. 30 The example's directory contains following files that may be used as an input file:
|
| /oneTBB/doc/index/ |
| H A D | index_intro.rst | 3 This document contains information about |short_name|.
|
| /oneTBB/examples/concurrent_hash_map/ |
| H A D | README.md | 2 This directory contains examples of the `concurrent_hash_map` container.
|
| /oneTBB/examples/concurrent_priority_queue/ |
| H A D | README.md | 2 This directory contains examples of the `concurrent_priority_queue` container.
|
| /oneTBB/examples/getting_started/ |
| H A D | README.md | 2 This directory contains the examples referenced by the [oneAPI Threading Building Blocks Get Starte…
|
| /oneTBB/examples/migration/recursive_fibonacci/ |
| H A D | README.md | 2 This directory contains an example that computes Fibonacci numbers using emulation for TBB Task API.
|
| /oneTBB/python/ |
| H A D | README.md | 19 …- **rml** - The folder contains sources for building the plugin with cross-process dynamic thread … 20 - **tbb** - The folder contains Python module sources.
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | README.md | 2 This directory contains `oneapi::tbb::flow` example that performs simplistic digital logic simulat…
|
| /oneTBB/examples/test_all/fibonacci/ |
| H A D | README.md | 2 This directory contains an example that computes Fibonacci numbers in several different ways.
|
| /oneTBB/.github/ |
| H A D | pull_request_template.md | 7 - [ ] - git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](htt…
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | README.md | 10 This sample contains two additional predefined build targets:
|
| /oneTBB/examples/graph/binpack/ |
| H A D | README.md | 2 This directory contains an `oneapi::tbb::flow` example that performs binpacking of `N` integer valu…
|
| /oneTBB/examples/concurrent_priority_queue/shortpath/ |
| H A D | README.md | 2 This directory contains an example that solves the single source shortest path problem.
|
| /oneTBB/examples/ |
| H A D | README.md | 2 This directory contains example usages of oneAPI Threading Building Blocks.
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 16 * `TACHYON_VERSION` - this examples contains several version that may be changed via `TACHYON_VERSI…
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | README.md | 2 This directory contains an example of several versions of Cholesky Factorization algorithm.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | broadcast_or_send.rst | 78 priority_queue_node only contains "9" when a successor node, f1, accepts
|
| H A D | Nodes.rst | 50 Below is code for creating a simple graph that contains a single
|
| H A D | Data_Flow_Graph.rst | 117 The body is a function object, or lambda expression, that contains a
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Non-Preemptive_Priorities.rst | 118 Class ``ReadyPile`` contains the core pattern. It maintains a
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 563 bool contains( const key_type& key ) const { in contains() function 568 typename std::enable_if<is_transparent<K>::value, bool>::type contains( const K& key ) const { in contains() function 816 return size_type(contains(key) ? 1 : 0); in internal_count() 1066 if (allow_multimapping || !contains(container_traits::get_key(*where))) { in internal_merge()
|
| H A D | _concurrent_unordered_base.h | 601 bool contains( const key_type& key ) const { in contains() function 606 typename std::enable_if<is_transparent<K>::value, bool>::type contains( const K& key ) const { in contains() function 1206 if (allow_multimapping || !contains(traits_type::get_key(curr->value()))) { in internal_merge() 1315 return contains(key) ? 1 : 0; in internal_count()
|