Lines Matching defs:Parallel
10 /// Parallel.h unit tests.
14 #include "llvm/Support/Parallel.h"
28 TEST(Parallel, sort) {
39 TEST(Parallel, parallel_for) {
54 TEST(Parallel, TransformReduce) {
85 TEST(Parallel, ForEachError) {
98 TEST(Parallel, NestedTaskGroup) {
100 // 1. Root TaskGroup is in Parallel mode.
101 // 2. Nested TaskGroup is not in Parallel mode.
113 // Check that root TaskGroup is in Parallel mode.
117 // Check that nested TaskGroup is not in Parallel mode.
123 TEST(Parallel, ParallelNestedTaskGroup) {
125 // run from different threads in Parallel mode.
133 // Check that root TaskGroup is in Parallel mode.
137 // Check that nested TaskGroup is not in Parallel mode.
143 // Check that root TaskGroup is in Parallel mode.
147 // Check that nested TaskGroup is not in Parallel mode.