Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Classes | |
class | padded_private_worker |
class | private_server |
class | private_worker |
Typedefs | |
typedef thread_monitor::handle_type | thread_handle |
Functions | |
tbb_server * | make_private_server (tbb_client &client) |
Factory method called from task.cpp to create a private_server. More... | |
Variables | |
static const size_t | cache_line_size = tbb::internal::NFS_MaxLineSize |
typedef thread_monitor::handle_type tbb::internal::rml::thread_handle |
Definition at line 31 of file private_server.cpp.
tbb_server * tbb::internal::rml::make_private_server | ( | tbb_client & | client | ) |
Factory method called from task.cpp to create a private_server.
Definition at line 411 of file private_server.cpp.
References tbb::cache_aligned_allocator< T >::allocate().
Referenced by tbb::internal::governor::create_rml_server().
|
static |
Definition at line 100 of file private_server.cpp.