Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb.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 #ifndef __TBB_tbb_H
18 #define __TBB_tbb_H
19 
20 #if (!defined(TBB_SUPPRESS_DEPRECATED_MESSAGES) || (TBB_SUPPRESS_DEPRECATED_MESSAGES == 0)) && !defined(__TBB_INTERNAL_INCLUDES_DEPRECATION_MESSAGE)
21 #pragma message("TBB Warning: tbb.h contains deprecated functionality. For details, please see Deprecated Features appendix in the TBB reference manual.")
22 #endif
23 
24 #define __TBB_tbb_H_include_area
26 
35 #if TBB_PREVIEW_AGGREGATOR
36 #include "aggregator.h"
37 #endif
38 #include "aligned_space.h"
39 #include "atomic.h"
40 #include "blocked_range.h"
41 #include "blocked_range2d.h"
42 #include "blocked_range3d.h"
43 #if TBB_PREVIEW_BLOCKED_RANGE_ND
44 #include "blocked_rangeNd.h"
45 #endif
47 #include "combinable.h"
48 #include "concurrent_hash_map.h"
49 #if TBB_PREVIEW_CONCURRENT_LRU_CACHE
50 #include "concurrent_lru_cache.h"
51 #endif
53 #include "concurrent_queue.h"
56 #if TBB_PREVIEW_CONCURRENT_ORDERED_CONTAINERS
57 #include "concurrent_map.h"
58 #include "concurrent_set.h"
59 #endif
60 #include "concurrent_vector.h"
61 #include "critical_section.h"
63 #include "flow_graph.h"
64 #include "global_control.h"
65 #include "iterators.h"
66 #include "mutex.h"
67 #include "null_mutex.h"
68 #include "null_rw_mutex.h"
69 #include "parallel_do.h"
70 #include "parallel_for.h"
71 #include "parallel_for_each.h"
72 #include "parallel_invoke.h"
73 #include "parallel_reduce.h"
74 #include "parallel_scan.h"
75 #include "parallel_sort.h"
76 #include "partitioner.h"
77 #include "pipeline.h"
78 #include "queuing_mutex.h"
79 #include "queuing_rw_mutex.h"
80 #include "reader_writer_lock.h"
81 #include "recursive_mutex.h"
82 #include "spin_mutex.h"
83 #include "spin_rw_mutex.h"
84 #include "task.h"
85 #include "task_arena.h"
86 #include "task_group.h"
87 #include "task_scheduler_init.h"
89 #include "tbb_allocator.h"
90 #include "tbb_exception.h"
91 #include "tbb_thread.h"
92 #include "tick_count.h"
93 
95 #undef __TBB_tbb_H_include_area
96 
97 #endif /* __TBB_tbb_H */
The graph related classes and functions.

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.