Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 25) sorted by relevance

/oneTBB/examples/migration/recursive_fibonacci/
H A Dtask_emulation_layer.h86 C* allocate_continuation(std::uint64_t ref, Args&&... args) { in allocate_continuation()
95 F create_child(Args&&... args) { in create_child()
100 F create_child_and_increment(Args&&... args) { in create_child_and_increment()
106 F* allocate_child(Args&&... args) { in allocate_child()
111 F* allocate_child_and_increment(Args&&... args) { in allocate_child_and_increment()
151 F create_child_impl(Args&&... args) { in create_child_impl()
159 F* allocate_child_impl(Args&&... args) { in allocate_child_impl()
194 F create_root_task(tbb::task_group& tg, Args&&... args) { in create_root_task()
202 F* allocate_root_task(tbb::task_group& tg, Args&&... args) { in allocate_root_task()
/oneTBB/include/oneapi/tbb/detail/
H A D_small_object_pool.h52 Type* new_object(execution_data& ed, Args&&... args) { in new_object()
60 Type* new_object(Args&&... args) { in new_object()
H A D_concurrent_skip_list.h434 std::pair<iterator, bool> emplace( Args&&... args ) { in emplace()
439 iterator emplace_hint( const_iterator, Args&&... args ) { in emplace_hint()
942 std::pair<iterator, bool> internal_insert( Args&&... args ) { in internal_insert()
1102 node_ptr create_value_node( Args&&... args ) { in create_value_node()
H A D_concurrent_unordered_base.h467 std::pair<iterator, bool> emplace( Args&&... args ) { in emplace()
489 iterator emplace_hint( const_iterator, Args&&... args ) { in emplace_hint()
1127 value_node_ptr create_node( sokey_type order_key, Args&&... args ) { in create_node()
H A D_concurrent_queue_base.h145 … void push( ticket_type k, queue_rep_type& base, queue_allocator_type& allocator, Args&&... args ) in push()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h196 void emplace( Args&&... args ) { in emplace()
244 void internal_push( Args&&... args ) { in internal_push()
486 void emplace( Args&&... args ) { in emplace()
491 bool try_emplace( Args&&... args ) { in try_emplace()
557 void internal_push( Args&&... args ) { in internal_push()
584 bool internal_push_if_not_full( Args&&... args ) { in internal_push_if_not_full()
H A Dconcurrent_vector.h416 iterator emplace_back( Args&&... args ) { in emplace_back()
774 iterator internal_emplace_back( Args&&... args ) { in internal_emplace_back()
791 …onstruct( segment_table_type table, size_type start_idx, size_type end_idx, const Args&... args ) { in internal_loop_construct()
828 iterator internal_grow( size_type start_idx, size_type end_idx, const Args&... args ) { in internal_grow()
853 iterator internal_grow_by_delta( size_type delta, const Args&... args ) { in internal_grow_by_delta()
864 iterator internal_grow_to_at_least( size_type new_size, const Args&... args ) { in internal_grow_to_at_least()
901 void internal_resize( size_type n, const Args&... args ) { in internal_resize()
H A Dcollaborative_call_once.h208 void collaborative_call_once(collaborative_once_flag& flag, Fn&& fn, Args&&... args) { in collaborative_call_once()
H A Dtbb_allocator.h89 void construct(U *p, Args&&... args) in construct()
H A Dcache_aligned_allocator.h78 void construct(U *p, Args&&... args) in construct()
H A Dmemory_pool.h127 void construct(U *p, Args&&... args) in construct()
H A Dscalable_allocator.h253 void construct(U *p, Args&&... args) in construct()
H A Dconcurrent_priority_queue.h190 void emplace( Args&&... args ) { in emplace()
H A Dconcurrent_hash_map.h150 void init_buckets_impl( segment_ptr_type ptr, size_type sz, const Args&... args ) { in init_buckets_impl()
/oneTBB/src/tbb/
H A Dassert_impl.h82 va_list args; va_start(args, format); in runtime_warning() local
H A Dmisc.cpp84 va_list args; va_start(args, format); in PrintExtraVersionInfo() local
H A Dscheduler_common.h84 cache_aligned_unique_ptr<T> make_cache_aligned_unique(Args&& ...args) { in make_cache_aligned_unique()
/oneTBB/python/tbb/
H A D__init__.py104 def __exit__(self, *args):
147 def __exit__(self, *args):
H A Dpool.py99 def apply(self, func, args=(), kwds=dict()): argument
141 def apply_async(self, func, args=(), kwds=dict(), callback=None): argument
269 def __init__(self, func, args, kwds, apply_result): argument
/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp76 void call_once_in_for_loop(std::size_t N, Fn&& body, Args&&... args) { in call_once_in_for_loop()
84 void call_once_in_parallel_for(std::size_t N, Fn&& body, Args&&... args) { in call_once_in_parallel_for()
103 void call_once_threads(std::size_t N, Fn&& body, Args&&... args) { in call_once_threads()
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c192 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument
206 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ argument
225 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument
230 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ argument
269 #define ITT_STUB(api,type,name,args,params,nameindll,group,format) { ITT_TO_STR(ITT_JOIN(__itt_,nam… argument
277 #define ITT_STUB(api,type,name,args,params,nameindll,group,format) {ITT_TO_STR(ITT_JOIN(__itt_,name… argument
331 va_list args; in __itt_report_error() local
H A Dittnotify.h278 #define ITT_STUBV(api,type,name,args) \ argument
/oneTBB/test/conformance/
H A Dconformance_parallel_scan.cpp141 void test_pscan_invoke(const std::vector<std::size_t>& desired_vector, in test_pscan_invoke()
/oneTBB/test/common/
H A Dcustom_allocators.h178 void construct( U* ptr, Args&&... args ) { in construct()
289 void construct( U* ptr, Args&&... args ) { in construct()
425 void construct( U* ptr, Args&&... args ) { in construct()
/oneTBB/src/tbb/tools_api/legacy/
H A Dittnotify.h219 #define ITT_STUBV(api,type,name,args) \ argument