Home
last modified time | relevance | path

Searched refs:__libdispatch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dlibdispatch.h50 namespace __libdispatch {
59 __libdispatch::__dispatch_apply(__chunk_count, &__func, [](void* __context, size_t __chunk) { in __dispatch_apply()
76 __libdispatch::__dispatch_apply(__partitions.__chunk_count_, [&](size_t __chunk) { in __dispatch_parallel_for()
94 return __libdispatch::__dispatch_parallel_for(
95 __libdispatch::__partition_chunks(__last - __first), std::move(__first), std::move(__func));
121 __libdispatch::__chunk_partitions __partitions =
122__libdispatch::__partition_chunks(std::max<ptrdiff_t>(__last1 - __first1, __last2 - __first2));
193 __libdispatch::__dispatch_apply(__partitions.__chunk_count_, [&](size_t __index) {
219 auto __partitions = __libdispatch::__partition_chunks(__last - __first);
232 __libdispatch::__dispatch_apply(__partitions.__chunk_count_, [&](size_t __chunk) {
[all …]
/freebsd/contrib/llvm-project/libcxx/src/pstl/
H A Dlibdispatch.cpp15 namespace __pstl::__libdispatch { namespace