|
Namespaces
|
| namespace |
tbb |
| namespace |
tbb::internal |
Data Structures
|
| struct |
tbb::internal::DynamicLinkDescriptor |
| |
Association between a handler name and location of pointer to it. More...
|
| class |
tbb::internal::ExponentialBackoff |
| |
Class that implements exponential backoff. More...
|
Typedefs
|
| typedef void(* |
tbb::internal::PointerToHandler )() |
Functions
|
| void |
tbb::internal::handle_perror (int error_code, const char *what) |
| |
Throw std::runtime_error of form "(what): (strerror of error_code)".
|
| bool |
tbb::internal::GetBoolEnvironmentVariable (const char *name) |
| |
True if environment variable with given name is set and not 0; otherwise false.
|
| void |
tbb::internal::PrintVersion () |
| |
Print TBB version information on stderr.
|
| void |
tbb::internal::PrintExtraVersionInfo (const char *category, const char *description) |
| |
Print extra TBB version information on stderr.
|
| bool |
tbb::internal::FillDynamicLinks (const char *libraryname, const DynamicLinkDescriptor list[], size_t n) |
| |
Fill in dynamically linked handlers.
|