Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 33) sorted by relevance

12

/oneTBB/test/conformance/
H A Dconformance_input_node.cpp197 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 Dconformance_task_group.cpp198 std::atomic<unsigned>& count; member
209 std::atomic<unsigned> count{13}; in run_cancellation_use_case() local
H A Dconformance_concurrent_priority_queue.cpp506 std::size_t count = 0; in test_serial_push_pop() local
/oneTBB/examples/parallel_reduce/primes/
H A Dprimes.cpp90 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 Dmain.cpp93 NumberType count = 0; in main() local
/oneTBB/src/tbb/
H A Dmain.h42 static std::atomic<int> count; variable
/oneTBB/test/common/
H A Dspin_barrier.h40 int count = 0; in SpinWaitWhile() local
H A Dconcurrent_unordered_common.h183 auto count = 2 * c.max_load_factor() * c.unsafe_bucket_count(); in CustomExamine() local
H A Dnode_handling_support.h256 auto count = table_for_extract.count(key); in test_extract() local
/oneTBB/examples/parallel_for/game_of_life/
H A DGame_of_life.cpp122 int* count = nullptr; in main() local
/oneTBB/test/tbb/
H A Dtest_flow_graph.cpp96 int count = 0; in test_iterator() local
133 int count = 0; in operator ()() local
142 int count = 0; in operator ()() local
H A Dtest_task_group.cpp450 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 Dtest_parallel_reduce.cpp82 static const ValueType count, expected; member in ParallelSumTester
85 const ValueType ParallelSumTester::count = 1000000; member in ParallelSumTester
H A Dtest_parallel_sort.cpp404 std::atomic<std::size_t> count{0}; variable
H A Dtest_queue_node.cpp43 int count = 0; in spin_try_get() local
H A Dtest_continue_node.cpp218 int count=0; in test_two_graphs() local
H A Dtest_concurrent_vector.cpp159 const std::size_t count = 1048576; in TimeFindPrimes() local
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_bench.cpp245 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 Dconvex_hull.hpp102 point<T> GenerateRNDPoint(std::size_t& count, rng_functor_type random, std::size_t rand_max) { in GenerateRNDPoint()
H A Dconvex_hull_sample.cpp56 std::size_t count = 0, j = 0; in operator ()() local
/oneTBB/include/oneapi/tbb/detail/
H A D_utils.h50 std::int32_t count; variable
H A D_segment_table.h537 void zero_table( segment_table_type table, size_type count ) { in zero_table()
H A D_concurrent_skip_list.h554 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.h592 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 Dconcurrent_vector.h363 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()

12