Searched defs:input (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_async_node.cpp | 320 input_type input; member 354 void submit( const input_type &input, gateway_type& gateway ) { in submit() 420 g, tbb::flow::unlimited, [](int input) { return input_type(input); } in run() 424 [&] (const input_type &input, gateway_type& gateway) { in run() 433 [&](const output_type& input) { in run() 540 g, tbb::flow::unlimited, [](int input) { return input_type(input); } in run() 544 [&](const input_type &input, gateway_type& gateway) { in run() 623 g, tbb::flow::unlimited, [](int input) { return input_type(input); } in operator ()() 627 [&](const input_type &input, gateway_type& gateway) { in operator ()() 678 int input; member [all …]
|
| H A D | test_limiter_node.cpp | 451 [&](int input) { in test_try_put_without_successors() 514 tbb::flow::input_node<int> input{ graph, [&](tbb::flow_control & fc) -> int { in test_decrement_while_try_put_task() local 617 [](const TestLargeStruct& input) { return input; } ); in __anon70523bc50502()
|
| H A D | test_eh_flow_graph.cpp | 806 InputNodeType input(g, InputNodeBodyType(input_count)); in run_one_continue_node_test() local 926 InputNodeType input(g, InputNodeBodyType(input_count)); in run_one_buffer_node_test() local 1060 InputNodeType input(g, InputNodeBodyType(input_count)); in run_one_sequencer_node_test() local 1180 InputNodeType input(g, InputNodeBodyType(input_count)); in run_one_priority_queue_node_test() local 1567 InputNodeType input(g, InputNodeBodyType(input_count)); in run_one_limiter_node_test() local 1690 InputType input(g, InputBodyType(input_count)); in run_one_split_node_test() local
|
| H A D | test_composite_node.cpp | 300 tbb::flow::broadcast_node<int> input(g); in test_nested_adder() local
|
| H A D | test_flow_graph_priorities.cpp | 258 struct work_type { data_type input; gateway_type* gateway; }; member
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | Graph.hpp | 46 Cell* input[2]; member in Cell
|
| H A D | Graph.cpp | 48 Cell& input = my_vertex_set[rand() % k]; in create_random_dag() local
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | test_all.cpp | 70 toggle input(g); in main() local 93 toggle input(g); in main() local
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | profiling.h | 206 static void emit_trace(const std::string &input) { in emit_trace() 211 event(const std::string &input) in event()
|
| H A D | flow_graph.h | 2641 inline void make_edge( T& output, V& input) { in make_edge() 2648 inline void make_edge( T& output, receiver<R>& input) { in make_edge() 2655 inline void make_edge( sender<S>& output, V& input) { in make_edge() 2674 inline void remove_edge( T& output, V& input) { in remove_edge() 2681 inline void remove_edge( T& output, receiver<R>& input) { in remove_edge() 2687 inline void remove_edge( sender<S>& output, V& input) { in remove_edge()
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | sudoku.cpp | 51 int input; in read_board() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_node_impl.h | 298 graph_task* create_body_task( const input_type &input ) { in create_body_task()
|