Searched defs:vector (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_vector.cpp | 404 vector_type vector; in TestConcurrentOperationsWithUnSafeOperations() local 612 vector_type vector; variable
|
| /oneTBB/examples/graph/som/ |
| H A D | som_graph.cpp | 270 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 D | types.hpp | 103 } vector; typedef
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_vector.cpp | 727 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 D | concurrent_vector.h | 72 : my_vector(const_cast<vector_type*>(&vector)), my_index(index), my_item(item) in my_vector()
|