Searched refs:remaining_attempts (Results 1 – 2 of 2) sorted by relevance
202 int remaining_attempts = num_tracing_attempts; in StartTracing() local207 << "Remaining attempt(s): " << remaining_attempts-- << std::endl; in StartTracing()216 if (remaining_attempts <= 0 || status.ok() || in StartTracing()
239 int remaining_attempts = kMaxDestructorIterations; in OnThreadExitInternal() local266 if (--remaining_attempts <= 0) { in OnThreadExitInternal()