HomeSort by: relevance | last modified time | path
    Searched refs:Parallel (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Parallel.cpp 1 //===- llvm/Support/Parallel.cpp - Parallel algorithms --------------------===//
9 #include "llvm/Support/Parallel.h"
20 llvm::ThreadPoolStrategy llvm::parallel::strategy;
25 namespace parallel { namespace in namespace:llvm
153 TaskGroup::TaskGroup() : Parallel(TaskGroupInstances++ == 0) {}
157 if (Parallel) {
169 } // namespace parallel
  /src/usr.bin/make/unit-tests/
deptgt-delete_on_error.mk 10 # In parallel mode, regular targets are deleted, while phony and precious
28 @echo 'Parallel mode'
deptgt-delete_on_error.exp 21 Parallel mode
  /src/external/apache2/llvm/lib/libLLVMSupport/
Makefile 80 Parallel.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Parallel.h 1 //===- llvm/Support/Parallel.h - Parallel algorithms ----------------------===//
25 namespace parallel { namespace in namespace:llvm
27 // Strategy for the default executor used by the parallel routines provided by
29 // initialized before the first use of parallel routines.
64 bool Parallel;
134 // support nested parallelism, a single entry task group can block parallel
161 // support nested parallelism, a single entry task group can block parallel
235 } // namespace parallel
243 if (parallel::strategy.ThreadsRequested != 1)
    [all...]

Completed in 15 milliseconds