| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
#include "dynamic_link.h"#include "tbb/tbb_config.h"#include <cstdarg>#include <dlfcn.h>#include <string.h>#include <unistd.h>#include <limits.h>#include <stdlib.h>#include "tbb_misc.h"Go to the source code of this file.
Macros | |
| #define | __USE_TBB_ATOMICS ( !(__linux__&&__ia64__) || __TBB_BUILD ) | 
| #define | __USE_STATIC_DL_INIT ( !__ANDROID__ ) | 
Functions | |
| OPEN_INTERNAL_NAMESPACE bool | dynamic_link (const char *, const dynamic_link_descriptor *, size_t, dynamic_link_handle *handle, int) | 
| void | dynamic_unlink (dynamic_link_handle) | 
| void | dynamic_unlink_all () | 
| #define __USE_STATIC_DL_INIT ( !__ANDROID__ ) | 
Definition at line 56 of file dynamic_link.cpp.
| #define __USE_TBB_ATOMICS ( !(__linux__&&__ia64__) || __TBB_BUILD ) | 
Definition at line 55 of file dynamic_link.cpp.
| OPEN_INTERNAL_NAMESPACE bool dynamic_link | ( | const char * | , | 
| const dynamic_link_descriptor * | , | ||
| size_t | , | ||
| dynamic_link_handle * | handle, | ||
| int | |||
| ) | 
Definition at line 564 of file dynamic_link.cpp.
Referenced by tbb::internal::initialize_handler_pointers().
| void dynamic_unlink | ( | dynamic_link_handle | ) | 
Definition at line 569 of file dynamic_link.cpp.
| void dynamic_unlink_all | ( | ) | 
Definition at line 570 of file dynamic_link.cpp.
Referenced by tbb::internal::governor::release_resources().