Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp404 vector_type vector; in TestConcurrentOperationsWithUnSafeOperations() local
612 vector_type vector; variable
/oneTBB/examples/graph/som/
H A Dsom_graph.cpp270 void restart_submaps(int &xval, int &yval, double &radius, int indx, SOM_element &vector) { in restart_submaps()
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtypes.hpp103 } vector; typedef
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp727 GrowToAtLeast(bool use_two_args_form, MyVector& vector, const_reference init_from ) in GrowToAtLeast()
947 GrowBy( MyVector& vector, const grain_map& m, std::size_t part_weight ) in GrowBy()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h72 : my_vector(const_cast<vector_type*>(&vector)), my_index(index), my_item(item) in my_vector()