Searched refs:remaining_attempts (Results 1 – 2 of 2) sorted by relevance
218 int remaining_attempts = num_tracing_attempts; in Trace() local223 << "Remaining attempt(s): " << --remaining_attempts << std::endl; in Trace()232 if (remaining_attempts <= 0 || status.ok() || !ShouldRetryTracing(status)) in Trace()
239 int remaining_attempts = kMaxDestructorIterations; in OnThreadExitInternal() local266 if (--remaining_attempts <= 0) { in OnThreadExitInternal()