Searched refs:__for_each_switch (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h223 __for_each_switch(_IIter, _IIter, _Function, _IterTag);
227 __for_each_switch(_RAIter, _RAIter, _Function, random_access_iterator_tag,
H A Dalgo.h76 __for_each_switch(_IIter __begin, _IIter __end, _Function __f, function in namespace:__parallel
83 __for_each_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
113 return __for_each_switch(__begin, __end, __f, _IteratorCategory(),
123 return __for_each_switch(__begin, __end, __f, _IteratorCategory());

Completed in 45 milliseconds