Searched refs:has_error (Results 1 – 3 of 3) sorted by relevance
95 static bool IsCpuOnline(int cpu, bool* has_error) { in IsCpuOnline() argument101 *has_error = true; in IsCpuOnline()104 *has_error = false; in IsCpuOnline()109 bool has_error; in SetCpuOnline() local110 bool ret = IsCpuOnline(cpu, &has_error); in SetCpuOnline()111 if (has_error) { in SetCpuOnline()121 ret = IsCpuOnline(cpu, &has_error); in SetCpuOnline()122 if (has_error) { in SetCpuOnline()134 ret = IsCpuOnline(cpu, &has_error); in SetCpuOnline()135 if (has_error) { in SetCpuOnline()[all …]
98 bool* has_error) { in SampleMatchExpectation() argument99 *has_error = true; in SampleMatchExpectation()106 *has_error = false; in SampleMatchExpectation()113 bool has_error; in CheckSamples() local114 SampleMatchExpectation(*samples[i], expected_samples[i], &has_error); in CheckSamples()115 ASSERT_FALSE(has_error) << "Error matching sample at pos " << i; in CheckSamples()
42 std::atomic<bool> has_error; member68 thread_arg->has_error = true; in ThreadA()96 thread_arg.has_error = false; in GetClockDiff()126 if (thread_arg.has_error) { in GetClockDiff()