Lines Matching refs:__libdispatch
52 namespace __libdispatch {
61 __libdispatch::__dispatch_apply(__chunk_count, &__func, [](void* __context, size_t __chunk) {
78 __libdispatch::__dispatch_apply(__partitions.__chunk_count_, [&](size_t __chunk) {
89 } // namespace __libdispatch
96 return __libdispatch::__dispatch_parallel_for(
97 __libdispatch::__partition_chunks(__last - __first), std::move(__first), std::move(__func));
123 __libdispatch::__chunk_partitions __partitions =
124 __libdispatch::__partition_chunks(std::max<ptrdiff_t>(__last1 - __first1, __last2 - __first2));
195 __libdispatch::__dispatch_apply(__partitions.__chunk_count_, [&](size_t __index) {
221 auto __partitions = __libdispatch::__partition_chunks(__last - __first);
234 __libdispatch::__dispatch_apply(__partitions.__chunk_count_, [&](size_t __chunk) {
261 auto __partitions = __libdispatch::__partition_chunks(__size);
289 __libdispatch::__dispatch_parallel_for(
320 __libdispatch::__dispatch_parallel_for(