/usr/include/c++/11/parallel
NameSizeModeActions
algo.h806640644editdlrm
algobase.h183610644editdlrm
algorithm13810644editdlrm
algorithmfwd.h323060644editdlrm
balanced_quicksort.h169520644editdlrm
base.h124220644editdlrm
basic_iterator.h15860644editdlrm
checkers.h22350644editdlrm
compatibility.h37900644editdlrm
compiletime_settings.h28710644editdlrm
equally_split.h33560644editdlrm
features.h35430644editdlrm
find.h135910644editdlrm
find_selectors.h69920644editdlrm
for_each.h39470644editdlrm
for_each_selectors.h105650644editdlrm
iterator.h56780644editdlrm
list_partition.h65420644editdlrm
losertree.h285920644editdlrm
merge.h95780644editdlrm
multiseq_selection.h220730644editdlrm
multiway_merge.h706170644editdlrm
multiway_mergesort.h152810644editdlrm
numeric207170644editdlrm
numericfwd.h75060644editdlrm
omp_loop.h40310644editdlrm
omp_loop_static.h41040644editdlrm
parallel.h15760644editdlrm
partial_sum.h74740644editdlrm
partition.h149610644editdlrm
par_loop.h45520644editdlrm
queue.h55420644editdlrm
quicksort.h61260644editdlrm
random_number.h42270644editdlrm
random_shuffle.h186750644editdlrm
search.h53910644editdlrm
settings.h124620644editdlrm
set_operations.h145900644editdlrm
sort.h77090644editdlrm
tags.h59820644editdlrm
types.h37160644editdlrm
unique_copy.h61650644editdlrm
workstealing.h96100644editdlrm
Edit: /usr/include/c++/11/parallel/parallel.h (1576B)
// -*- C++ -*- // Copyright (C) 2007-2021 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms // of the GNU General Public License as published by the Free Software // Foundation; either version 3, or (at your option) any later // version. // This library is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Public License for more details. // Under Section 7 of GPL version 3, you are granted additional // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. // You should have received a copy of the GNU General Public License and // a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // . /** @file parallel/parallel.h * @brief End-user include file. Provides advanced settings and * tuning options. * This file is a GNU parallel extension to the Standard C++ Library. */ // Written by Felix Putze and Johannes Singler. #ifndef _GLIBCXX_PARALLEL_PARALLEL_H #define _GLIBCXX_PARALLEL_PARALLEL_H 1 #include #include #include #include #include #endif /* _GLIBCXX_PARALLEL_PARALLEL_H */