Home
last modified time | relevance | path

Searched defs:input (Results 1 – 12 of 12) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_async_node.cpp320 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 Dtest_limiter_node.cpp451 [&](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 Dtest_eh_flow_graph.cpp806 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 Dtest_composite_node.cpp300 tbb::flow::broadcast_node<int> input(g); in test_nested_adder() local
H A Dtest_flow_graph_priorities.cpp258 struct work_type { data_type input; gateway_type* gateway; }; member
/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DGraph.hpp46 Cell* input[2]; member in Cell
H A DGraph.cpp48 Cell& input = my_vertex_set[rand() % k]; in create_random_dag() local
/oneTBB/examples/graph/logic_sim/
H A Dtest_all.cpp70 toggle input(g); in main() local
93 toggle input(g); in main() local
/oneTBB/include/oneapi/tbb/
H A Dprofiling.h206 static void emit_trace(const std::string &input) { in emit_trace()
211 event(const std::string &input) in event()
H A Dflow_graph.h2641 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 Dsudoku.cpp51 int input; in read_board() local
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h298 graph_task* create_body_task( const input_type &input ) { in create_body_task()