Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
_tbb_strings.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2005-2020 Intel Corporation
3 
4  Licensed under the Apache License, Version 2.0 (the "License");
5  you may not use this file except in compliance with the License.
6  You may obtain a copy of the License at
7 
8  http://www.apache.org/licenses/LICENSE-2.0
9 
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15 */
16 
17 TBB_STRING_RESOURCE(FLOW_BROADCAST_NODE, "broadcast_node")
18 TBB_STRING_RESOURCE(FLOW_BUFFER_NODE, "buffer_node")
19 TBB_STRING_RESOURCE(FLOW_CONTINUE_NODE, "continue_node")
20 TBB_STRING_RESOURCE(FLOW_FUNCTION_NODE, "function_node")
21 TBB_STRING_RESOURCE(FLOW_JOIN_NODE_QUEUEING, "join_node (queueing)")
22 TBB_STRING_RESOURCE(FLOW_JOIN_NODE_RESERVING, "join_node (reserving)")
23 TBB_STRING_RESOURCE(FLOW_JOIN_NODE_TAG_MATCHING, "join_node (tag_matching)")
24 TBB_STRING_RESOURCE(FLOW_LIMITER_NODE, "limiter_node")
25 TBB_STRING_RESOURCE(FLOW_MULTIFUNCTION_NODE, "multifunction_node")
26 TBB_STRING_RESOURCE(FLOW_OR_NODE, "or_node") //no longer in use, kept for backward compatibility
27 TBB_STRING_RESOURCE(FLOW_OVERWRITE_NODE, "overwrite_node")
28 TBB_STRING_RESOURCE(FLOW_PRIORITY_QUEUE_NODE, "priority_queue_node")
29 TBB_STRING_RESOURCE(FLOW_QUEUE_NODE, "queue_node")
30 TBB_STRING_RESOURCE(FLOW_SEQUENCER_NODE, "sequencer_node")
31 TBB_STRING_RESOURCE(FLOW_SOURCE_NODE, "source_node")
32 TBB_STRING_RESOURCE(FLOW_SPLIT_NODE, "split_node")
33 TBB_STRING_RESOURCE(FLOW_WRITE_ONCE_NODE, "write_once_node")
34 TBB_STRING_RESOURCE(FLOW_BODY, "body")
35 TBB_STRING_RESOURCE(FLOW_GRAPH, "graph")
36 TBB_STRING_RESOURCE(FLOW_NODE, "node")
37 TBB_STRING_RESOURCE(FLOW_INPUT_PORT, "input_port")
38 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_0, "input_port_0")
39 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_1, "input_port_1")
40 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_2, "input_port_2")
41 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_3, "input_port_3")
42 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_4, "input_port_4")
43 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_5, "input_port_5")
44 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_6, "input_port_6")
45 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_7, "input_port_7")
46 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_8, "input_port_8")
47 TBB_STRING_RESOURCE(FLOW_INPUT_PORT_9, "input_port_9")
48 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT, "output_port")
49 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_0, "output_port_0")
50 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_1, "output_port_1")
51 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_2, "output_port_2")
52 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_3, "output_port_3")
53 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_4, "output_port_4")
54 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_5, "output_port_5")
55 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_6, "output_port_6")
56 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_7, "output_port_7")
57 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_8, "output_port_8")
58 TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_9, "output_port_9")
59 TBB_STRING_RESOURCE(FLOW_OBJECT_NAME, "object_name")
60 TBB_STRING_RESOURCE(FLOW_NULL, "null")
61 TBB_STRING_RESOURCE(FLOW_INDEXER_NODE, "indexer_node")
62 TBB_STRING_RESOURCE(FLOW_COMPOSITE_NODE, "composite_node")
63 TBB_STRING_RESOURCE(FLOW_ASYNC_NODE, "async_node")
64 TBB_STRING_RESOURCE(FLOW_OPENCL_NODE, "opencl_node")
65 TBB_STRING_RESOURCE(ALGORITHM, "tbb_algorithm")
66 TBB_STRING_RESOURCE(PARALLEL_FOR, "tbb_parallel_for")
67 TBB_STRING_RESOURCE(PARALLEL_DO, "tbb_parallel_do")
68 TBB_STRING_RESOURCE(PARALLEL_INVOKE, "tbb_parallel_invoke")
69 TBB_STRING_RESOURCE(PARALLEL_REDUCE, "tbb_parallel_reduce")
70 TBB_STRING_RESOURCE(PARALLEL_SCAN, "tbb_parallel_scan")
71 TBB_STRING_RESOURCE(PARALLEL_SORT, "tbb_parallel_sort")
72 TBB_STRING_RESOURCE(CUSTOM_CTX, "tbb_custom")
73 TBB_STRING_RESOURCE(FLOW_TASKS, "tbb_flow_graph")
74 TBB_STRING_RESOURCE(PARALLEL_FOR_TASK, "tbb_parallel_for_task")
75 // TODO: Drop following string prefix "fgt_" here and in FGA's collector
76 TBB_STRING_RESOURCE(USER_EVENT, "fgt_user_event")
77 #if __TBB_CPF_BUILD || (TBB_PREVIEW_FLOW_GRAPH_TRACE && TBB_USE_THREADING_TOOLS)
78 TBB_STRING_RESOURCE(CODE_ADDRESS, "code_address")
79 #endif
tbb::flow::tuple_element< N, typename JNT::input_ports_type >::type & input_port(JNT &jn)
templated function to refer to input ports of the join node
Definition: flow_graph.h:1996
tbb::flow::tuple_element< N, typename MOP::output_ports_type >::type & output_port(MOP &op)
Definition: flow_graph.h:719
class __TBB_DEPRECATED_IN_VERBOSE_MODE opencl_node
#define TBB_STRING_RESOURCE(index_name, str)
Definition: tbb_profiling.h:27

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.