| /oneTBB/test/common/ |
| H A D | initializer_list_support.h | 29 void test_ctor( std::initializer_list<ElementType> init, const ContainerType& expected ) { in test_ctor() 35 void test_assignment_operator( std::initializer_list<ElementType> init, const ContainerType& expect… in test_assignment_operator() 68 void test_initializer_list_support( std::initializer_list<typename ContainerType::value_type> init … in test_initializer_list_support() 80 void test_initializer_list_support( std::initializer_list<typename ContainerType::value_type> init … in test_initializer_list_support() 85 …est_initializer_list_support_without_assign( std::initializer_list<typename ContainerType::value_t… in test_initializer_list_support_without_assign()
|
| H A D | range_based_for_support.h | 27 …nge_based_for_accumulate( const Container& c, BinaryAccumulator accumulator, InitValueType init ) { in range_based_for_accumulate() 37 …nge_based_for_accumulate( const Container& c, BinaryAccumulator accumulator, InitValueType init ) { in range_based_for_accumulate()
|
| H A D | vector_types.h | 85 void ClassWithVectorType<Mvec>::init( int start ) { in init() function
|
| H A D | container_move_support.h | 459 void init() { in init() function
|
| /oneTBB/src/tbb/ |
| H A D | misc.h | 156 void init( T seed ) { in init() function 159 void init( uint64_t seed , int_to_type<8> ) { in init() function 162 void init( uint32_t seed, int_to_type<4> ) { in init() function
|
| H A D | thread_control_monitor.h | 59 void init() override { in init() function
|
| H A D | concurrent_monitor.h | 114 virtual void init() { in init() function 160 void init() override { in init() function
|
| H A D | tcm_adaptor.cpp | 173 void init(d1::constraints& constraints) { in init() function in tbb::detail::r1::tcm_client
|
| H A D | arena.h | 81 void init(unsigned cache_capacity) { in init() function
|
| /oneTBB/src/tbbmalloc/ |
| H A D | backend.h | 34 void init(Backend *b) { backend = b; } in init() function 59 void init(BackendSync *bSync) { bkndSync = bSync; } in init() function 212 void init() { leftBound.store(ADDRESS_UPPER_BOUND, std::memory_order_relaxed); } in init() function 227 void init() { } in init() function
|
| H A D | frontend.cpp | 127 static bool init() { in init() function in rml::internal::ThreadId 201 static bool init() { return true; } in init() function in rml::internal::ThreadId 211 bool TLSKey::init() in init() function in rml::internal::TLSKey 1073 bool ExtMemoryPool::init(intptr_t poolId, rawAllocType rawAlloc, in init() function in rml::internal::ExtMemoryPool 1094 bool MemoryPool::init(intptr_t poolId, const MemPoolPolicy *policy) in init() function in rml::internal::MemoryPool 1967 void init() { flag.store(0, std::memory_order_release); } in init() function in rml::internal::ShutdownSync 1993 void init() { } in init() function in rml::internal::ShutdownSync
|
| H A D | large_objects.h | 179 void init() { in init() function
|
| H A D | large_objects.cpp | 34 void LargeObjectCache::init(ExtMemoryPool *memPool) in init() function in rml::internal::LargeObjectCache
|
| /oneTBB/test/tbb/ |
| H A D | test_global_control.cpp | 65 task_scheduler_handle_guard init; in operator ()() local 167 task_scheduler_handle_guard init; in operator ()() local 174 tbb::global_control init(tbb::global_control::max_allowed_parallelism, numThreads); in operator ()() local
|
| H A D | test_parallel_scan.cpp | 48 void VerifySum( int init, long finish_index, int sum, int line ) { in VerifySum() 123 Storage<T> ScanWithInit(const Range & r, T init, bool is_final, Storage<T> & storage, std::vector<T… in ScanWithInit() 161 Accumulator( T init, const std::vector<T> & array, std::vector<T> & sum ) : in Accumulator() 239 …ScanBody(T init, const std::vector<T> &addend, std::vector<T> &sum) :my_addend(addend), my_sum(sum… in ScanBody()
|
| H A D | test_parallel_reduce.cpp | 495 void init() { in init() function in FooBody 602 [](const blocked_range<int>&, int init)->int { in __anon6ca08c0e0202() argument 613 [](const blocked_range<int>&, int init)->int { in __anon6ca08c0e0402() argument
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_priority_queue.h | 97 : concurrent_priority_queue(init, Compare(), alloc) {} in concurrent_priority_queue() argument 159 void assign( std::initializer_list<value_type> init ) { in assign()
|
| H A D | concurrent_queue.h | 176 void assign( std::initializer_list<value_type> init ) { in assign() 455 void assign( std::initializer_list<value_type> init ) { in assign()
|
| H A D | concurrent_vector.h | 375 void assign( std::initializer_list<value_type> init ) { in assign() 396 iterator grow_by( std::initializer_list<value_type> init ) { in grow_by()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_map.cpp | 127 auto init = { pair_t{1, 1}, pair_t{2, 2}, pair_t{3, 3} }; in test_deduction_guides() local
|
| H A D | conformance_enumerable_thread_specific.cpp | 149 static inline void init(T &e) { e = static_cast<T>(0); } in init() function 158 static inline void init(minimalNComparable<N> &sum) { sum.set_value( 0 ); } in init() function 168 static inline void init(ThrowingConstructor &sum) { sum.m_cnt = 0; } in init() function 841 oneapi::tbb::enumerable_thread_specific<T,Allocator<T> > MakeETS( Init init ) { in MakeETS()
|
| H A D | conformance_concurrent_priority_queue.cpp | 151 void init() { in init() function
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_unordered_base.h | 133 void init( sokey_type key ) { in init() function 340 concurrent_unordered_base( std::initializer_list<value_type> init, in concurrent_unordered_base() 344 concurrent_unordered_base( std::initializer_list<value_type> init, in concurrent_unordered_base() 438 void insert( std::initializer_list<value_type> init ) { in insert()
|
| H A D | _concurrent_skip_list.h | 312 concurrent_skip_list( std::initializer_list<value_type> init, const allocator_type& alloc ) in concurrent_skip_list() 412 void insert( std::initializer_list<value_type> init ) { in insert()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_pools.cpp | 129 static void init(int num, rml::MemoryPool *pl, void **crThread, void **aTerm) { in init() function in SharedPoolRun 228 static void init(long num) { in init() function in CrossThreadRun
|