Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dconcurrent_vector.h1138 struct push_back_helper : internal::no_copy{ struct
1155 push_back_helper(concurrent_vector & vector) : in push_back_helper() argument
1160 pointer internal_push_back_result(){ return g.element;} in internal_push_back_result()
1161 iterator return_iterator_and_dismiss(){ in return_iterator_and_dismiss()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dconcurrent_vector.h1128 struct push_back_helper : internal::no_copy{ struct
1145 push_back_helper(concurrent_vector & vector) : in push_back_helper() argument
1150 pointer internal_push_back_result(){ return g.element;} in internal_push_back_result()
1151 iterator return_iterator_and_dismiss(){ in return_iterator_and_dismiss()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dconcurrent_vector.h1138 struct push_back_helper : internal::no_copy{ struct
1155 push_back_helper(concurrent_vector & vector) : in push_back_helper() function
1160 pointer internal_push_back_result(){ return g.element;} in internal_push_back_result()
1161 iterator return_iterator_and_dismiss(){ in return_iterator_and_dismiss()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dconcurrent_vector.h1138 struct push_back_helper : internal::no_copy{ struct
1155 push_back_helper(concurrent_vector & vector) : in push_back_helper() argument
1160 pointer internal_push_back_result(){ return g.element;} in internal_push_back_result()
1161 iterator return_iterator_and_dismiss(){ in return_iterator_and_dismiss()
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h383 void push_back_helper( const T& value ) { in push_back_helper() function