Searched refs:executionType1 (Results 1 – 1 of 1) sorted by relevance
1481 for (auto executionType1 : kExecutionTypes) { in testConcurrentExecution() local1483 SCOPED_TRACE(static_cast<uint32_t>(executionType1)); in testConcurrentExecution()1512 auto first = std::async(std::launch::async, [compute, executionType1, execution] { in testConcurrentExecution()1513 return compute(executionType1, execution); in testConcurrentExecution()