Home | History | Annotate | Download | only in gdb.threads

Lines Matching refs:attempt

50 	# linux-2.6.20.4.x86_64 had maximal attempt # 20 in 4 test runs.
52 set attempt 1
54 while { $passes < 3 && $attempt <= $attempts } {
60 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
87 set attempt [expr $attempt + 1]
90 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
102 if {$attempt > $attempts} {