Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 9 of 9) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_body_impl.h81 virtual input_body* clone() = 0;
90 input_body_leaf* clone() override {
104 virtual function_body* clone() = 0;
114 function_body_leaf* clone() override {
131 function_body_leaf* clone() override {
148 function_body_leaf* clone() override {
164 function_body_leaf* clone() override {
177 virtual multifunction_body* clone() = 0;
190 multifunction_body_leaf* clone() override {
222 type_to_key_function_body_leaf* clone() override {
[all …]
H A D_flow_graph_node_impl.h372 my_body( src.my_init_body->clone() ), in function_input()
373 my_init_body(src.my_init_body->clone() ) { in function_input()
436 function_body_type *tmp = my_init_body->clone(); in reset_function_input()
508 my_body( src.my_init_body->clone() ),
509 my_init_body(src.my_init_body->clone() ),
546 multifunction_body_type* tmp = my_init_body->clone();
625 my_body( src.my_init_body->clone() ),
626 my_init_body( src.my_init_body->clone() ) {}
642 function_body_type *tmp = my_init_body->clone();
H A D_flow_graph_join_impl.h127 … std::get<N-1>(my_inputs).set_my_key_func(std::get<N-1>(other_inputs).get_my_key_func()->clone()); in copy_key_functors()
198 … std::get<0>(my_inputs).set_my_key_func(std::get<0>(other_inputs).get_my_key_func()->clone());
/oneTBB/
H A DINSTALL.md84 git clone https://github.com/Microsoft/vcpkg.git
102 git clone https://github.com/oneapi-src/oneTBB.git
124 git clone https://github.com/oneapi-src/oneTBB.git
/oneTBB/doc/
H A DREADME.md18 git clone https://github.com/oneapi-src/oneTBB.git
/oneTBB/examples/common/utility/
H A Dutility.hpp82 virtual std::unique_ptr<type_base> clone() const = 0;
145 std::unique_ptr<type_base> clone() const /*override*/ { in clone() function in utility::internal::type_impl
157 : p_type(other.p_type.get() ? (other.p_type->clone()).release() : nullptr), in argument()
/oneTBB/src/tbb/
H A Dparallel_pipeline.cpp344 stage_task* clone = alloc.new_object<stage_task>(ed, my_pipeline, my_filter, info, alloc); in spawn_stage_task() local
345 r1::spawn(*clone, my_pipeline.my_context); in spawn_stage_task()
/oneTBB/include/oneapi/tbb/
H A Denumerable_thread_specific.h667 virtual callback_base* clone() const = 0;
682 callback_base* clone() const override {
933 my_construct_callback = other.my_construct_callback->clone();
H A Dflow_graph.h576 , my_body(src.my_init_body->clone()), my_init_body(src.my_init_body->clone()) in __TBB_requires()
683 input_body<output_type> *tmp = my_init_body->clone(); in __TBB_requires()
1619 my_sequencer( src.my_sequencer->clone() ) { in __TBB_requires()