Searched refs:Failure_threshold (Results 1 – 2 of 2) sorted by relevance
100 static long& Failure_threshold();139 Failure_threshold() = count; in SetFailureCountdown()144 Failure_threshold() = kNotInExceptionTest; in CancelFailureCountdown()
50 if (never_fail || Failure_threshold() == kNotInExceptionTest) in maybe_fail()54 if (possible_failure_count++ >= Failure_threshold()) { in maybe_fail()58 Failure_threshold() = kNotInExceptionTest; in maybe_fail()325 long& TestController::Failure_threshold() { in Failure_threshold() function in TestController