Home
last modified time | relevance | path

Searched refs:__leaf_sort (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dthread.h51 …ndomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp, _LeafSort __leaf_sort) { in __parallel_stable_sort() argument
52 __leaf_sort(__first, __last, __comp); in __parallel_stable_sort()
H A Dserial.h48 …ndomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp, _LeafSort __leaf_sort) { in __parallel_stable_sort() argument
49 __leaf_sort(__first, __last, __comp); in __parallel_stable_sort()
H A Dlibdispatch.h248 …_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp __comp, _LeafSort __leaf_sort) { in __parallel_stable_sort() argument
256 __leaf_sort(__first, __last, __comp); in __parallel_stable_sort()
281 … [&__leaf_sort, &__comp](_RandomAccessIterator __chunk_first, _RandomAccessIterator __chunk_last) { in __parallel_stable_sort()
282 __leaf_sort(std::move(__chunk_first), std::move(__chunk_last), __comp); in __parallel_stable_sort()