Lines Matching refs:compute
739 void computeHelper(bool reusable, const std::function<void()>& compute) { in computeHelper() argument
742 compute(); in computeHelper()
746 compute(); in computeHelper()
765 const auto compute = [this, &execution] { in TestWait() local
786 computeHelper(reusable, compute); in TestWait()
793 const auto compute = [this, &execution] { in TestWait() local
795 std::thread run([this, &execution] { EXPECT_EQ(execution.compute(), kExpectResult); }); in TestWait()
813 computeHelper(reusable, compute); in TestWait()
825 const auto compute = [this, &execution] { in TestWait() local
828 EXPECT_EQ(execution.compute(WrapperExecution::ComputeMode::BURST), kExpectResult); in TestWait()
847 computeHelper(reusable, compute); in TestWait()
856 const auto compute = [this, &execution] { in TestWait() local
884 computeHelper(reusable, compute); in TestWait()