Searched refs:__parallel_for (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/ |
| H A D | transform.h | 52 std::__par_backend::__parallel_for( in __pstl_transform() 100 auto __res = std::__par_backend::__parallel_for( in __pstl_transform()
|
| H A D | fill.h | 42 return __par_backend::__parallel_for( in __pstl_fill()
|
| H A D | for_each.h | 42 return std::__par_backend::__parallel_for( in __pstl_for_each()
|
| H A D | thread.h | 38 __parallel_for(_RandomAccessIterator __first, _RandomAccessIterator __last, _Fp __f) { in __parallel_for() function
|
| H A D | serial.h | 35 __parallel_for(_RandomAccessIterator __first, _RandomAccessIterator __last, _Fp __f) { in __parallel_for() function
|
| H A D | any_of.h | 36 …auto __ret = __par_backend::__parallel_for(__first, __last, [__f, &__found](_Index __i, _Index __j… in __parallel_or()
|
| H A D | find_if.h | 45 …__par_backend::__parallel_for(__first, __last, [__comp, __f, __first, &__extremum](_Index __i, _In… in __parallel_find()
|
| H A D | libdispatch.h | 83 __parallel_for(_RandomAccessIterator __first, _RandomAccessIterator __last, _Functor __func) { in __parallel_for() function
|