| /oneTBB/examples/graph/logic_sim/ |
| H A D | test_all.cpp | 125 input1.activate(); in main() 163 input2.activate(); in main() 164 input1.activate(); in main() 351 A.activate(); in main() 352 B.activate(); in main() 703 D.activate(); in main() 707 E.activate(); in main() 719 E.activate(); in main() 731 E.activate(); in main() 743 E.activate(); in main() [all …]
|
| H A D | basics.hpp | 236 void activate() { in activate() function in steady_signal 296 void activate() { in activate() function in pulse 297 clock_node.activate(); in activate() 357 void activate() { in activate() function in toggle
|
| /oneTBB/test/tbb/ |
| H A D | test_input_node.cpp | 119 src.activate(); in test_single_dest() 128 src3.activate(); in test_single_dest() 141 src2.activate(); in test_single_dest() 155 src_copy.activate(); in test_single_dest() 169 src3.activate(); in test_reset() 185 src3.activate(); in test_reset() 215 src_inactive.activate(); in test_reset() 232 src_inactive.activate(); in test_reset() 248 src_inactive.activate(); in test_reset() 281 src.activate(); in test_follows_and_precedes_api()
|
| H A D | test_eh_flow_graph.cpp | 374 sn.activate(); in run_one_input_node_test() 380 sn.activate(); in run_one_input_node_test() 518 input0.activate(); in run_one_functype_node_test() 519 input1.activate(); in run_one_functype_node_test() 525 input0.activate(); in run_one_functype_node_test() 526 input1.activate(); in run_one_functype_node_test() 820 input.activate(); in run_one_continue_node_test() 826 input.activate(); in run_one_continue_node_test() 935 input.activate(); in run_one_buffer_node_test() 941 input.activate(); in run_one_buffer_node_test() [all …]
|
| H A D | test_join_node.cpp | 88 snode.activate(); in test()
|
| H A D | test_concurrent_priority_queue.cpp | 202 allocator_data_type::activate(); in test_scoped_allocator()
|
| H A D | test_indexer_node.cpp | 179 new_node->activate(); in add_input_nodes() 224 new_node->activate(); in add_input_nodes()
|
| H A D | test_flow_graph_priorities.cpp | 387 starter_node.activate(); in test() 700 starter.activate(); in start_graph()
|
| H A D | test_flow_graph.cpp | 264 s_n.activate(); in operator ()()
|
| H A D | test_async_node.cpp | 381 void activate() { in activate() function in async_activity 641 my_async_activity->activate(); in operator ()()
|
| H A D | test_split_node.cpp | 248 s->activate(); in test()
|
| H A D | test_flow_graph_whitebox.cpp | 744 in.activate(); // will forward to the fnode in TestInputNode() 853 src.activate();
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | use_input_node.rst | 16 To activate an inactive ``input_node``, you call the node's function 17 activate: 25 src.activate(); 45 src.activate(); 56 state and then activate them after the whole graph is constructed. 64 can activate your ``input_node``s just after their construction if you construct the 86 src.activate();
|
| H A D | Data_Flow_Graph.rst | 136 src.activate(); 183 src.activate();
|
| H A D | avoiding_data_races.rst | 37 src.activate();
|
| H A D | use_nested_algorithms.rst | 66 matrix_source.activate();
|
| H A D | use_concurrency_limits.rst | 55 s.activate();
|
| H A D | use_limiter_node.rst | 54 s.activate();
|
| H A D | create_token_based_system.rst | 78 s.activate();
|
| /oneTBB/test/conformance/ |
| H A D | conformance_input_node.cpp | 110 node_copy.activate(); 115 node1.activate(); 155 node1.activate(); 185 testing_node.activate(); 237 testing_node.activate();
|
| H A D | conformance_graph.cpp | 59 node.activate(); in test_input_node_rf_reset_protocol() 229 src.activate(); 265 testing_node.activate(); 271 testing_node.activate();
|
| H A D | conformance_flowgraph.h | 105 node.activate(); 745 node1.activate(); in test_output_class()
|
| /oneTBB/test/common/ |
| H A D | containers_common.h | 142 static void activate() { is_active = true; }
|
| /oneTBB/examples/graph/binpack/ |
| H A D | binpack.cpp | 329 the_source.activate(); in main()
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | fgbzip2.cpp | 256 file_reader.activate(); in fgCompression()
|