Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 25 of 42) sorted by relevance

12

/oneTBB/examples/common/utility/
H A Dutility.hpp38 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 Dfast_random.hpp27 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 Dtest_malloc_whitebox.cpp543 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 Dtest_malloc_overload.cpp186 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.h23 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.h21 #error Do not #include this internal file directly; use public TBB headers instead.
H A D_flow_graph_tagged_buffer_impl.h26 #error Do not #include this internal file directly; use public TBB headers instead.
/oneTBB/doc/main/tbb_userguide/
H A Duse_limiter_node.rst23 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 DAllocator_Configuration.rst12 to perform a certain action, such as cleaning up its internal memory
H A DDebug_Versus_Release_Libraries.rst25 - These versions have extensive internal checking for correct use of the library.
H A DPredefined_Node_Types.rst45internal counter when it broadcasts a message. If the increment causes it to reach its user-as…
H A DMore_on_HashCompare.rst59 comparison, depending upon an internal flag ``ignore_case``.
/oneTBB/src/tbbmalloc/
H A DCustomize.h86 namespace internal {
90 #define MALLOC_EXTRA_INITIALIZATION rml::internal::init_tbbmalloc()
H A Dfrontend.cpp58 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 Dtbbmalloc.cpp33 namespace internal { namespace
H A Dshared_utils.h127 namespace internal {
/oneTBB/python/rml/
H A Dipc_utils.h21 namespace internal {
H A Dipc_server.cpp34 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 Dipc_utils.cpp26 namespace internal { namespace
/oneTBB/test/common/
H A Dutils_report.h67 #define TRACENL utils::internal::tracer.set_trace_info(0, TRACE_ORIG_INFO)->trace
74 namespace internal {
/oneTBB/doc/main/intro/
H A Dnotation.rst70 namespace internal {
87 typedef internal::Foo_v3 Foo;
/oneTBB/cmake/templates/
H A DTBBConfig.cmake.in38 # 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 Dassert_impl.h34 namespace rml { namespace internal {
H A Drml_thread_monitor.h71 namespace internal {
/oneTBB/cmake/
H A Dpackaging.cmake21 # Note: this is an internal non-documented variable set by CPack

12