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-2019 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
28
#if TBB_PREVIEW_AGGREGATOR
29
#include "
aggregator.h
"
30
#endif
31
#include "
aligned_space.h
"
32
#include "
atomic.h
"
33
#include "
blocked_range.h
"
34
#include "
blocked_range2d.h
"
35
#include "
blocked_range3d.h
"
36
#if TBB_PREVIEW_BLOCKED_RANGE_ND
37
#include "
blocked_rangeNd.h
"
38
#endif
39
#include "
cache_aligned_allocator.h
"
40
#include "
combinable.h
"
41
#include "
concurrent_hash_map.h
"
42
#if TBB_PREVIEW_CONCURRENT_LRU_CACHE
43
#include "
concurrent_lru_cache.h
"
44
#endif
45
#include "
concurrent_priority_queue.h
"
46
#include "
concurrent_queue.h
"
47
#include "
concurrent_unordered_map.h
"
48
#include "
concurrent_unordered_set.h
"
49
#include "
concurrent_vector.h
"
50
#include "
critical_section.h
"
51
#include "
enumerable_thread_specific.h
"
52
#include "
flow_graph.h
"
53
#include "
global_control.h
"
54
#include "
iterators.h
"
55
#include "
mutex.h
"
56
#include "
null_mutex.h
"
57
#include "
null_rw_mutex.h
"
58
#include "
parallel_do.h
"
59
#include "
parallel_for.h
"
60
#include "
parallel_for_each.h
"
61
#include "
parallel_invoke.h
"
62
#include "
parallel_reduce.h
"
63
#include "
parallel_scan.h
"
64
#include "
parallel_sort.h
"
65
#include "
partitioner.h
"
66
#include "
pipeline.h
"
67
#include "
queuing_mutex.h
"
68
#include "
queuing_rw_mutex.h
"
69
#include "
reader_writer_lock.h
"
70
#include "
recursive_mutex.h
"
71
#include "
spin_mutex.h
"
72
#include "
spin_rw_mutex.h
"
73
#include "
task.h
"
74
#include "
task_arena.h
"
75
#include "
task_group.h
"
76
#include "
task_scheduler_init.h
"
77
#include "
task_scheduler_observer.h
"
78
#include "
tbb_allocator.h
"
79
#include "
tbb_exception.h
"
80
#include "
tbb_thread.h
"
81
#include "
tick_count.h
"
82
83
#endif
/* __TBB_tbb_H */
parallel_do.h
tbb_allocator.h
parallel_sort.h
concurrent_vector.h
parallel_for_each.h
concurrent_priority_queue.h
mutex.h
parallel_invoke.h
critical_section.h
concurrent_queue.h
enumerable_thread_specific.h
blocked_range3d.h
concurrent_unordered_map.h
null_rw_mutex.h
task_scheduler_init.h
null_mutex.h
concurrent_lru_cache.h
task_scheduler_observer.h
task.h
concurrent_hash_map.h
blocked_rangeNd.h
atomic.h
tbb_thread.h
cache_aligned_allocator.h
blocked_range.h
task_group.h
combinable.h
blocked_range2d.h
tick_count.h
task_arena.h
queuing_rw_mutex.h
iterators.h
aligned_space.h
spin_mutex.h
reader_writer_lock.h
global_control.h
partitioner.h
aggregator.h
spin_rw_mutex.h
parallel_reduce.h
recursive_mutex.h
flow_graph.h
The graph related classes and functions.
parallel_for.h
concurrent_unordered_set.h
queuing_mutex.h
tbb_exception.h
pipeline.h
parallel_scan.h
Copyright © 2005-2019 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.