Intel® oneAPI Threading Building Blocks Developer Guide and API Reference
ID
772616
Date
4/11/2022
Public
A newer version of this document is available. Customers should click here to go to the newest version.
Package Contents
Parallelizing Simple Loops
Parallelizing Complex Loops
Parallelizing Data Flow and Dependence Graphs
Work Isolation
Exceptions and Cancellation
Containers
Mutual Exclusion
Timing
Memory Allocation
The Task Scheduler
Design Patterns
Migrating from Threading Building Blocks (TBB)
Constrained APIs
Appendix A Costs of Time Slicing
Appendix B Mixing With Other Threading Packages
References
oneapi::tbb::info namespace
parallel_for_each Body semantics and requirements
parallel_sort ranges interface extension
Type-specified message keys for join_node
Scalable Memory Pools
Helper Functions for Expressing Graphs
concurrent_lru_cache
task_arena::constraints extensions
oneapi::tbb::info namespace extensions
task_group extensions
The customizing mutex type for concurrent_hash_map
macOS*
This section uses <install_dir> to indicate the top-level installation directory. The following table describes the subdirectory structure for macOS*, relative to <install_dir>.
Item |
Location |
Environment Variable |
---|---|---|
Header files |
include/oneapi/tbb.h |
CPATH |
Shared libraries |
lib/<lib><variant>.<version>.dylib |
LIBRARY_PATH |
where
<lib> - libtbb, libtbbmalloc or libtbbmalloc_proxy
<variant> - _debug or empty
<version> - binary version in a form of <major>.<minor>