| /oneTBB/test/conformance/ |
| H A D | conformance_composite_node.cpp | 94 oneapi::tbb::flow::continue_node<tbb::flow::continue_msg> ct(g, body()); 110 …auto input_tuple = std::tie(ct, s, m_fxn, fxn, bc, oneapi::tbb::flow::input_port<0>(j), lim, q, on… 112 …auto output_tuple = std::tie(ct,j, ind, fxn, src, bc, oneapi::tbb::flow::output_port<0>(s), lim, o… 119 a_node.add_visible_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 120 a_node.add_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 134 b_node.add_visible_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 135 b_node.add_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 148 c_node.add_visible_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 150 c_node.add_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq);
|
| H A D | conformance_parallel_reduce.cpp | 46 utils::ConcurrencyTracker ct; in operator ()() local 76 utils::ConcurrencyTracker ct; in TestDeterministicReductionFor() local
|
| H A D | conformance_graph.cpp | 194 oneapi::tbb::flow::continue_node<int> ct(g, body()); 209 oneapi::tbb::flow::make_edge(ct, successor); 227 ct.try_put(oneapi::tbb::flow::continue_msg());
|
| H A D | conformance_flowgraph.h | 298 utils::ConcurrencyTracker ct; in operator() local 311 utils::ConcurrencyTracker ct; in operator() local 319 utils::ConcurrencyTracker ct; in operator() local 327 utils::ConcurrencyTracker ct; in operator() local
|
| /oneTBB/test/tbb/ |
| H A D | test_collaborative_call_once.cpp | 44 int ct{0}; member 47 ct++; in operator ()() 135 REQUIRE( f.ct == 1); 142 REQUIRE(f.ct == 1); 149 REQUIRE(f.ct == 1); 230 REQUIRE(f.ct == 1); 239 REQUIRE(f.ct == i); in __anon8532fc100602() 369 utils::ConcurrencyTracker ct; in __anon8532fc101102() local
|
| H A D | test_eh_algorithms.cpp | 242 utils::ConcurrencyTracker ct; in operator ()() local 264 utils::ConcurrencyTracker ct; in operator ()() local 520 utils::ConcurrencyTracker ct; in operator ()() local 533 utils::ConcurrencyTracker ct; in operator ()() local 821 utils::ConcurrencyTracker ct; in operator ()() local 1197 utils::ConcurrencyTracker ct; in operator ()() local 1317 utils::ConcurrencyTracker ct; in operator ()() local 1684 utils::ConcurrencyTracker ct; in operator ()() local
|
| H A D | test_task_group.cpp | 79 utils::ConcurrencyTracker ct; in Spawn() local 99 utils::ConcurrencyTracker ct; in Wait() local 297 utils::ConcurrencyTracker ct; in operator ()() local 425 utils::ConcurrencyTracker ct; in operator ()() local
|
| H A D | test_eh_flow_graph.cpp | 94 utils::ConcurrencyTracker ct; in WaitAndThrow() local 105 utils::ConcurrencyTracker ct; in WaitAndThrow() local 125 utils::ConcurrencyTracker ct; in WaitAndThrow() local 134 utils::ConcurrencyTracker ct; in WaitAndThrow() local 147 utils::ConcurrencyTracker ct; in WaitAndThrow() local 156 utils::ConcurrencyTracker ct; in WaitAndThrow() local
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | task_group.h | 284 context_traits ct; in make_traits() local 285 ct.fp_settings = (user_traits & fp_settings) == fp_settings; in make_traits() 286 ct.concurrent_wait = (user_traits & concurrent_wait) == concurrent_wait; in make_traits() 287 ct.bound = relation_with_parent == bound; in make_traits() 288 ct.reserved1 = ct.reserved2 = ct.reserved3 = ct.reserved4 = ct.reserved5 = false; in make_traits() 289 return ct; in make_traits()
|
| /oneTBB/test/common/ |
| H A D | exception_handling.h | 272 utils::ConcurrencyTracker ct; in operator() local
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | polymain.cpp | 530 char ct = (int)'a' + it - 10; in GenerateMap() local 531 std::cout << " " << ct; in GenerateMap()
|