| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 38 namespace internal { namespace 112 internal::string_to("1", target); in parse_and_store() 115 internal::string_to(s, target); in parse_and_store() 205 void add_arg(internal::argument const& a) { in add_arg() 223 if (internal::is_bool<type>::value()) { in arg() 238 if (internal::is_bool<type>::value()) { in positional_arg() 249 internal::argument* pa = nullptr; in parse() 359 namespace internal { namespace 463 ::utility::internal::thread_range_step step; 470 ::utility::internal::thread_range_step(::utility::internal::step_function_power2_ladder, in thread_number_range() [all …]
|
| H A D | fast_random.hpp | 27 namespace internal { namespace 49 x = seed * internal::GetPrime(seed); in FastRandom() 50 a = internal::GetPrime(x); in FastRandom() 56 namespace internal { namespace
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_whitebox.cpp | 543 rml::internal::ExtMemoryPool *mPool = &((rml::internal::MemoryPool*)mallocPool)->extMemPool; in TestPools() 641 rml::internal::Backend *backend; 667 rml::internal::ExtMemoryPool *ePool = &((rml::internal::MemoryPool*)mPool)->extMemPool; in TestBackend() 1053 …const size_t headersSize = sizeof(rml::internal::LargeMemoryBlock)+sizeof(rml::internal::LargeObje… in LOCModelTester() 1083 rml::internal::LargeMemoryBlock* next() { in next() 1091 return (rml::internal::LargeMemoryBlock*)-1; in next() 1109 rml::internal::LargeMemoryBlock* next() { in next() 1139 …const size_t headersSize = sizeof(rml::internal::LargeMemoryBlock)+sizeof(rml::internal::LargeObje… in operator ()() 1175 …size_t headersSize = sizeof(rml::internal::LargeMemoryBlock)+sizeof(rml::internal::LargeObjectHdr); in operator ()() 1321 …rml::internal::LargeMemoryBlock* origLmb = ((rml::internal::LargeObjectHdr *)origPtr - 1)->memoryB… in reallocAndRetrieve() [all …]
|
| H A D | test_malloc_overload.cpp | 186 const uint32_t fittingAlignment = rml::internal::estimatedCacheLineSize; 187 #define SET_FITTING_SIZE(N) ( (blockSize-2*rml::internal::estimatedCacheLineSize)/N ) & ~(fittingAl…
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _assert.h | 23 namespace rml { namespace internal { 44 #define __TBB_ASSERT_RELEASE(predicate,message) ((predicate)?((void)0) : rml::internal::assertion_f…
|
| H A D | _flow_graph_item_buffer_impl.h | 21 #error Do not #include this internal file directly; use public TBB headers instead.
|
| H A D | _flow_graph_tagged_buffer_impl.h | 26 #error Do not #include this internal file directly; use public TBB headers instead.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | use_limiter_node.rst | 23 A limiter_node maintains an internal count of the messages that it has 77 therefore start rejecting incoming messages after its internal count 82 the ``limiter_node`` internal count is decremented. When the internal count
|
| H A D | Allocator_Configuration.rst | 12 to perform a certain action, such as cleaning up its internal memory
|
| H A D | Debug_Versus_Release_Libraries.rst | 25 - These versions have extensive internal checking for correct use of the library.
|
| H A D | Predefined_Node_Types.rst | 45 …internal counter when it broadcasts a message. If the increment causes it to reach its user-as…
|
| H A D | More_on_HashCompare.rst | 59 comparison, depending upon an internal flag ``ignore_case``.
|
| /oneTBB/src/tbbmalloc/ |
| H A D | Customize.h | 86 namespace internal { 90 #define MALLOC_EXTRA_INITIALIZATION rml::internal::init_tbbmalloc()
|
| H A D | frontend.cpp | 58 namespace internal { namespace 2686 using namespace rml::internal; 2720 rml::internal::MemoryPool *memPool = in pool_create_v1() 2721 (rml::internal::MemoryPool*)internalMalloc((sizeof(rml::internal::MemoryPool))); in pool_create_v1() 2740 bool ret = ((rml::internal::MemoryPool*)memPool)->destroy(); in pool_destroy() 2750 return ((rml::internal::MemoryPool*)memPool)->reset(); in pool_reset() 2755 return internalPoolMalloc((rml::internal::MemoryPool*)mPool, size); in pool_malloc() 2763 internalPoolFree((rml::internal::MemoryPool*)mPool, object, 0); in pool_realloc() 2781 rml::internal::MemoryPool *mPool = (rml::internal::MemoryPool*)memPool; in pool_aligned_realloc() 2802 rml::internal::MemoryPool *pool; in pool_identify() [all …]
|
| H A D | tbbmalloc.cpp | 33 namespace internal { namespace
|
| H A D | shared_utils.h | 127 namespace internal {
|
| /oneTBB/python/rml/ |
| H A D | ipc_utils.h | 21 namespace internal {
|
| H A D | ipc_server.cpp | 34 namespace internal { namespace 41 if( !tbb::internal::rml::get_enable_flag( IPC_ENABLE_VAR_NAME ) ) { in __RML_open_factory() 65 class ipc_thread_monitor : public tbb::detail::r1::rml::internal::thread_monitor { 92 using rml::internal::ipc_thread_monitor; 93 using tbb::internal::rml::get_shared_name; 836 my_n_thread = tbb::internal::rml::get_num_threads(IPC_MAX_THREADS_VAR_NAME); in ipc_server()
|
| H A D | ipc_utils.cpp | 26 namespace internal { namespace
|
| /oneTBB/test/common/ |
| H A D | utils_report.h | 67 #define TRACENL utils::internal::tracer.set_trace_info(0, TRACE_ORIG_INFO)->trace 74 namespace internal {
|
| /oneTBB/doc/main/intro/ |
| H A D | notation.rst | 70 namespace internal { 87 typedef internal::Foo_v3 Foo;
|
| /oneTBB/cmake/templates/ |
| H A D | TBBConfig.cmake.in | 38 # Add components with internal dependencies: tbbmalloc_proxy -> tbbmalloc 104 # Add internal dependencies for imported targets: TBB::tbbmalloc_proxy -> TBB::tbbmalloc
|
| /oneTBB/src/tbb/ |
| H A D | assert_impl.h | 34 namespace rml { namespace internal {
|
| H A D | rml_thread_monitor.h | 71 namespace internal {
|
| /oneTBB/cmake/ |
| H A D | packaging.cmake | 21 # Note: this is an internal non-documented variable set by CPack
|