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 D | thread.h | 51 …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 D | serial.h | 48 …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 D | libdispatch.h | 248 …_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()
|