| /oneTBB/test/conformance/ |
| H A D | conformance_input_node.cpp | 197 static int count; member 212 static int count; member 222 int input_node_counter::count = 0; member in input_node_counter 223 int function_node_counter::count = 0; member in function_node_counter
|
| H A D | conformance_task_group.cpp | 198 std::atomic<unsigned>& count; member 209 std::atomic<unsigned> count{13}; in run_cancellation_use_case() local
|
| H A D | conformance_concurrent_priority_queue.cpp | 506 std::size_t count = 0; in test_serial_push_pop() local
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | primes.cpp | 90 NumberType count = 0; in find_primes_in_window() local 156 NumberType count = n >= 2; in SerialCountPrimes() local 243 NumberType count; member in Sieve 292 NumberType count = n >= 2; in ParallelCountPrimes() local
|
| H A D | main.cpp | 93 NumberType count = 0; in main() local
|
| /oneTBB/src/tbb/ |
| H A D | main.h | 42 static std::atomic<int> count; variable
|
| /oneTBB/test/common/ |
| H A D | spin_barrier.h | 40 int count = 0; in SpinWaitWhile() local
|
| H A D | concurrent_unordered_common.h | 183 auto count = 2 * c.max_load_factor() * c.unsafe_bucket_count(); in CustomExamine() local
|
| H A D | node_handling_support.h | 256 auto count = table_for_extract.count(key); in test_extract() local
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Game_of_life.cpp | 122 int* count = nullptr; in main() local
|
| /oneTBB/test/tbb/ |
| H A D | test_flow_graph.cpp | 96 int count = 0; in test_iterator() local 133 int count = 0; in operator ()() local 142 int count = 0; in operator ()() local
|
| H A D | test_task_group.cpp | 450 atomic_t count; in LaunchChildrenWithFunctor() local 1025 std::atomic<unsigned>& count; member 1037 std::atomic<unsigned> count{num}; variable 1054 std::atomic<unsigned> count{13}; in run_cancellation_use_case() local
|
| H A D | test_parallel_reduce.cpp | 82 static const ValueType count, expected; member in ParallelSumTester 85 const ValueType ParallelSumTester::count = 1000000; member in ParallelSumTester
|
| H A D | test_parallel_sort.cpp | 404 std::atomic<std::size_t> count{0}; variable
|
| H A D | test_queue_node.cpp | 43 int count = 0; in spin_try_get() local
|
| H A D | test_continue_node.cpp | 218 int count=0; in test_two_graphs() local
|
| H A D | test_concurrent_vector.cpp | 159 const std::size_t count = 1048576; in TimeFindPrimes() local
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_bench.cpp | 245 std::size_t count = 0; in operator ()() local 272 std::size_t count = 0, j = 0; in operator ()() local 658 for (std::size_t i = 0, count = 0; long(i) < cfg::numberOfPoints; ++i) { in serial_initialize() local
|
| H A D | convex_hull.hpp | 102 point<T> GenerateRNDPoint(std::size_t& count, rng_functor_type random, std::size_t rand_max) { in GenerateRNDPoint()
|
| H A D | convex_hull_sample.cpp | 56 std::size_t count = 0, j = 0; in operator ()() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _utils.h | 50 std::int32_t count; variable
|
| H A D | _segment_table.h | 537 void zero_table( segment_table_type table, size_type count ) { in zero_table()
|
| H A D | _concurrent_skip_list.h | 554 size_type count( const key_type& key ) const { in count() function 559 typename std::enable_if<is_transparent<K>::value, size_type>::type count( const K& key ) const { in count() function
|
| H A D | _concurrent_unordered_base.h | 592 size_type count( const key_type& key ) const { in count() function 597 typename std::enable_if<is_transparent<K>::value, size_type>::type count( const K& key ) const { in count() function
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_vector.h | 363 void assign( size_type count, const value_type& value ) { in assign() 769 static void zero_unconstructed_elements( pointer start, size_type count ) { in zero_unconstructed_elements()
|